oops, didn't add base.html
This commit is contained in:
parent
697b5471c8
commit
8a811e1ff8
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…
Reference in New Issue
Block a user