projects
/
mediagoblin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da4d97e
)
style cancel "button" on attachments page
author
jpope
<jpope@jpope.org>
Wed, 8 Jan 2014 00:10:10 +0000
(18:10 -0600)
committer
jpope
<jpope@jpope.org>
Wed, 8 Jan 2014 00:10:10 +0000
(18:10 -0600)
mediagoblin/templates/mediagoblin/edit/attachments.html
patch
|
blob
|
blame
|
history
diff --git
a/mediagoblin/templates/mediagoblin/edit/attachments.html
b/mediagoblin/templates/mediagoblin/edit/attachments.html
index 3fbea3be329f84577c6864e3f22c4bb986a83f39..d1e33c47a8d14fb1b3d7591b4956794e9848a783 100644
(file)
--- 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 %}"