diff --git a/frontend/templates/base.html b/frontend/templates/base.html index bc6f7830..2ff10a74 100644 --- a/frontend/templates/base.html +++ b/frontend/templates/base.html @@ -98,6 +98,7 @@ {% endif %} +
  • Profile Settings
  • Account Settings
  • Sign Out
  • diff --git a/frontend/templates/supporter.html b/frontend/templates/supporter.html index d50db393..892ed502 100644 --- a/frontend/templates/supporter.html +++ b/frontend/templates/supporter.html @@ -29,7 +29,10 @@ ); } $j('#edit_profile').click(function() { - $j("#user-block-hide").slideToggle(300); + $j("#user-block-hide").slideToggle(300); + }); + $j('#profile_edit').click(function() { + $j("#user-block-hide").slideToggle(300); }); });