aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/templates
diff options
context:
space:
mode:
authorAndrew Browning <ayleph@thisshitistemp.com>2017-06-19 00:58:21 -0400
committerAndrew Browning <ayleph@thisshitistemp.com>2017-06-19 01:01:37 -0400
commit12c0872b79500d05f8f7e0a9240ad8ee5d763fff (patch)
treecc41083bbff340b7a7b8b585974c78e2554303e0 /mediagoblin/templates
parent6f5fcc5b52f97e88d5679fa12c2a2798a518ef1b (diff)
downloadmediagoblin-12c0872b79500d05f8f7e0a9240ad8ee5d763fff.tar.lz
mediagoblin-12c0872b79500d05f8f7e0a9240ad8ee5d763fff.tar.xz
mediagoblin-12c0872b79500d05f8f7e0a9240ad8ee5d763fff.zip
Apply button_warning style to blog delete buttons
Diffstat (limited to 'mediagoblin/templates')
-rw-r--r--mediagoblin/templates/mediagoblin/user_pages/blog_media.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/templates/mediagoblin/user_pages/blog_media.html b/mediagoblin/templates/mediagoblin/user_pages/blog_media.html
index 7740c0f3..24328725 100644
--- a/mediagoblin/templates/mediagoblin/user_pages/blog_media.html
+++ b/mediagoblin/templates/mediagoblin/user_pages/blog_media.html
@@ -77,7 +77,7 @@
{% set delete_url = request.urlgen('mediagoblin.user_pages.media_confirm_delete',
user= media.get_actor.username,
media_id=media.id) %}
- <a class="button_action" href="{{ delete_url }}">{% trans %}Delete{% endtrans %}</a>
+ <a class="button_action button_warning" href="{{ delete_url }}">{% trans %}Delete{% endtrans %}</a>
{% endif %}
</br>