aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin
diff options
context:
space:
mode:
authorjpope <jpope@jpope.org>2014-01-07 18:10:10 -0600
committerjpope <jpope@jpope.org>2014-01-07 18:10:10 -0600
commit297983f7be5664e5d7fb004af427d5f13b421ad8 (patch)
tree9fb38888d6ad3a49093c94c6fbcbbb64fe4ea707 /mediagoblin
parentda4d97e0fd143d50e0c0c6b2a29038077b8b4e69 (diff)
downloadmediagoblin-297983f7be5664e5d7fb004af427d5f13b421ad8.tar.lz
mediagoblin-297983f7be5664e5d7fb004af427d5f13b421ad8.tar.xz
mediagoblin-297983f7be5664e5d7fb004af427d5f13b421ad8.zip
style cancel "button" on attachments page
Diffstat (limited to 'mediagoblin')
-rw-r--r--mediagoblin/templates/mediagoblin/edit/attachments.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/templates/mediagoblin/edit/attachments.html b/mediagoblin/templates/mediagoblin/edit/attachments.html
index 3fbea3be..d1e33c47 100644
--- a/mediagoblin/templates/mediagoblin/edit/attachments.html
+++ b/mediagoblin/templates/mediagoblin/edit/attachments.html
@@ -57,7 +57,7 @@
<h2>{% trans %}Add attachment{% endtrans %}</h2>
{{- wtforms_util.render_divs(form) }}
<div class="form_submit_buttons">
- <a href="{{ media.url_for_self(request.urlgen) }}">
+ <a class="button_action" href="{{ media.url_for_self(request.urlgen) }}">
{%- trans %}Cancel{% endtrans -%}
</a>
<input type="submit" value="{% trans %}Save changes{% endtrans %}"