diff --git a/templates/home.html b/templates/home.html index a8db859..0e194ca 100644 --- a/templates/home.html +++ b/templates/home.html @@ -5,6 +5,8 @@ {% block content %} {% if user.is_authenticated %} Hi {{ user.username }}! +
+Change Password
{% csrf_token %} @@ -14,5 +16,7 @@ Hi {{ user.username }}! Log In
Sign Up +
+Forgot Password {% endif %} {% endblock %}