diff options
author | tilly-Q <nattilypigeonfowl@gmail.com> | 2013-07-30 17:09:01 -0400 |
---|---|---|
committer | tilly-Q <nattilypigeonfowl@gmail.com> | 2013-07-31 20:11:26 -0400 |
commit | 9d6e453f8fd337813c2933835aedff2949193fbe (patch) | |
tree | 99a307b30ea3bbc6cfc81c4e9d2ea437935e894e /mediagoblin/templates | |
parent | 52a355b27541597fc155dab5e4885207b12a0a7b (diff) | |
download | mediagoblin-9d6e453f8fd337813c2933835aedff2949193fbe.tar.lz mediagoblin-9d6e453f8fd337813c2933835aedff2949193fbe.tar.xz mediagoblin-9d6e453f8fd337813c2933835aedff2949193fbe.zip |
This commit was the work I did fixing errors that cropped up from the merge.
There were a few errors because of the switch from sqlalchemy 0.7 to 0.8 but I
cleared them up.
Diffstat (limited to 'mediagoblin/templates')
-rw-r--r-- | mediagoblin/templates/mediagoblin/base.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mediagoblin/templates/mediagoblin/base.html b/mediagoblin/templates/mediagoblin/base.html index 575ddf42..31f0f0c3 100644 --- a/mediagoblin/templates/mediagoblin/base.html +++ b/mediagoblin/templates/mediagoblin/base.html @@ -118,6 +118,9 @@ <a href="{{ request.urlgen('mediagoblin.moderation.users') }}"> {%- trans %}User management panel{% endtrans -%} </a> + <a href="{{ request.urlgen('mediagoblin.moderation.reports') }}"> + {%- trans %}Report management panel{% endtrans -%} + </a> </p> {% endif %} {% include 'mediagoblin/fragments/header_notifications.html' %} |