diff options
author | Komal Sheth | 2016-11-16 12:53:03 +0530 |
---|---|---|
committer | GitHub | 2016-11-16 12:53:03 +0530 |
commit | fa3573bff5a105a3dffac581dec32149f365fc4e (patch) | |
tree | c5fa3259852d09925cddea56ce6341dcfe787e2e /website/templates/edit-proposal.html | |
parent | 331db7547658f166713d1af26d026b246b74d6d8 (diff) | |
parent | ff764c34183f3a2ee619068a406737c640b249f2 (diff) | |
download | SciPy2016-fa3573bff5a105a3dffac581dec32149f365fc4e.tar.gz SciPy2016-fa3573bff5a105a3dffac581dec32149f365fc4e.tar.bz2 SciPy2016-fa3573bff5a105a3dffac581dec32149f365fc4e.zip |
Merge pull request #30 from FOSSEE/Home_page
Home page
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 |