aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin
diff options
context:
space:
mode:
authorAaron Williamson <aaron@copiesofcopies.org>2011-10-14 19:33:48 -0400
committerAaron Williamson <aaron@copiesofcopies.org>2011-10-14 19:33:48 -0400
commitf7ede646e4e33175af9b72c1b2b23674a558a698 (patch)
treeeed20ca39004b9dcdc92565230976d5815294078 /mediagoblin
parentb7206469faeb0318bc930261b4cf908df86da259 (diff)
downloadmediagoblin-f7ede646e4e33175af9b72c1b2b23674a558a698.tar.lz
mediagoblin-f7ede646e4e33175af9b72c1b2b23674a558a698.tar.xz
mediagoblin-f7ede646e4e33175af9b72c1b2b23674a558a698.zip
Put the trans tag in the right place.
Diffstat (limited to 'mediagoblin')
-rw-r--r--mediagoblin/templates/mediagoblin/user_pages/media.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/templates/mediagoblin/user_pages/media.html b/mediagoblin/templates/mediagoblin/user_pages/media.html
index 760783a3..4f3a8ac8 100644
--- a/mediagoblin/templates/mediagoblin/user_pages/media.html
+++ b/mediagoblin/templates/mediagoblin/user_pages/media.html
@@ -65,7 +65,7 @@
<br />
<h3>{% trans %}Comments{% endtrans %}</h3>
- <p>{% trans %}<a href="#comment_form">Post a comment</a>{% endtrans %}</p>
+ <p><a href="#comment_form">{% trans %}Post a comment{% endtrans %}</a></p>
{% if comments %}
{% for comment in comments %}