diff --git a/neuropy/neuropy/static/neuropy/sticky-footer-navbar.css b/neuropy/neuropy/static/neuropy/sticky-footer-navbar.css index ba725f0..e08c435 100755 --- a/neuropy/neuropy/static/neuropy/sticky-footer-navbar.css +++ b/neuropy/neuropy/static/neuropy/sticky-footer-navbar.css @@ -49,3 +49,7 @@ code { overflow: auto; margin-bottom: 30px; } + +.unstyled { + list-style: none; +} diff --git a/neuropy/neuropy/templates/neuropy/base.html b/neuropy/neuropy/templates/neuropy/base.html index dd20935..0fc2092 100644 --- a/neuropy/neuropy/templates/neuropy/base.html +++ b/neuropy/neuropy/templates/neuropy/base.html @@ -12,8 +12,6 @@ {% endblock stylesheets %} - {% block body %} {% endblock body %} diff --git a/neuropy/userprofile/templates/userprofile/edit_profile.html b/neuropy/userprofile/templates/userprofile/edit_profile.html index 85cd129..067b912 100644 --- a/neuropy/userprofile/templates/userprofile/edit_profile.html +++ b/neuropy/userprofile/templates/userprofile/edit_profile.html @@ -1,7 +1,20 @@ {% extends 'neuropy/layout.html' %} {% block content %} -
{% csrf_token %} + +
+ +
+
+{% csrf_token %} {{ form.as_p }} - + +
{% endblock %} diff --git a/neuropy/userprofile/templates/userprofile/profile.html b/neuropy/userprofile/templates/userprofile/profile.html index baaa6de..affc60b 100644 --- a/neuropy/userprofile/templates/userprofile/profile.html +++ b/neuropy/userprofile/templates/userprofile/profile.html @@ -1,13 +1,22 @@ {% extends 'neuropy/layout.html' %} {% block content %} -

Welcome {{user.username}}!

-