From 836a957d97ab15a2d0775fb0e60eba4678921ac1 Mon Sep 17 00:00:00 2001 From: Andromeda Yelton Date: Fri, 19 Oct 2012 12:31:23 -0400 Subject: [PATCH] add profile settings link to dropdown --- frontend/templates/base.html | 1 + frontend/templates/supporter.html | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) 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); }); });