diff options
-rw-r--r-- | mediagoblin/plugins/archivalook/templates/archivalook/bits/feature_dropdown.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mediagoblin/plugins/archivalook/templates/archivalook/bits/feature_dropdown.html b/mediagoblin/plugins/archivalook/templates/archivalook/bits/feature_dropdown.html index 65cb1907..289bbfac 100644 --- a/mediagoblin/plugins/archivalook/templates/archivalook/bits/feature_dropdown.html +++ b/mediagoblin/plugins/archivalook/templates/archivalook/bits/feature_dropdown.html @@ -15,7 +15,10 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. #} + {% if request.user and + request.user.has_privilege('featurer') %} · <a href="{{ request.urlgen('manage-featured-media') }}"> {%- trans %}Feature management panel{% endtrans -%} </a> + {% endif %} |