diff options
Diffstat (limited to 'website/templates/edit-proposal.html')
-rw-r--r-- | website/templates/edit-proposal.html | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/website/templates/edit-proposal.html b/website/templates/edit-proposal.html index 3201291..8eb332e 100644 --- a/website/templates/edit-proposal.html +++ b/website/templates/edit-proposal.html @@ -1,8 +1,7 @@ +<!DOCTYPE HTML> {% extends 'base.html' %} {% load static %} -<!DOCTYPE HTML> - <html> <head> <title>{{ user.get_full_name|default:user.username }}</title> @@ -68,4 +67,6 @@ </div> -{% endblock %}
\ No newline at end of file +{% endblock %} +</body> +</html>
\ No newline at end of file |