mirror of
https://github.com/KUlishevgeniy/c22712.git
synced 2026-09-25 16:40:19 +00:00
django test by perfecto
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE <html>
|
||||
<html>
|
||||
<head>
|
||||
{% load static %}
|
||||
<link rel="stylesheet" href="{% static 'polls/style.css' %}">
|
||||
<title>TEST</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>{{text}}</h1>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user