Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Turn off Members, Receiving, and Giving pages
Browse files Browse the repository at this point in the history
Too much to convert Giving to Subscriptions as part of #3467, because it
depends on caching, which is a lot of work to change.
  • Loading branch information
chadwhitacre committed May 21, 2015
1 parent 5ee4e78 commit 426d63c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions templates/profile-subnav.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@
{% set u = participant.username %}
{% set pages = [ ('/', _('Dashboard'), True, False)
, ('/~'+u+'/', _('Profile'), True, show_profile)
, ('/~'+u+'/members/', _('Members'), show_members, show_members)
, ('/~'+u+'/receiving/', _('Receiving'), True, show_receiving)
, ('/~'+u+'/giving/', _('Giving'), True, False)
, ('/~'+u+'/history/', _('History'), True, False)
, ('/~'+u+'/widgets/', _('Widgets'), True, False)
, ('/~'+u+'/identity', _('Identity'), True, False)
Expand Down

0 comments on commit 426d63c

Please sign in to comment.