oops, didn't add base.html
This commit is contained in:
parent
697b5471c8
commit
8a811e1ff8
1 changed files with 11 additions and 0 deletions
11
edgware/templates/base.html
Normal file
11
edgware/templates/base.html
Normal file
|
@ -0,0 +1,11 @@
|
|||
<html>
|
||||
<head>
|
||||
</head>
|
||||
<body>
|
||||
{% block content %}
|
||||
|
||||
{% endblock %}
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Reference in a new issue