aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/templates
diff options
context:
space:
mode:
authorJoar Wandborg <joar@wandborg.se>2013-01-22 14:38:53 +0100
committerJoar Wandborg <joar@wandborg.se>2013-01-22 14:38:53 +0100
commit55a04f01b881830f164e8a1b0a695dead6cddba3 (patch)
tree98d3e886e194d16931510127f4f703bddbbb48ba /mediagoblin/templates
parent69b5623552a86a7cad92571e937384836cf6165c (diff)
downloadmediagoblin-55a04f01b881830f164e8a1b0a695dead6cddba3.tar.lz
mediagoblin-55a04f01b881830f164e8a1b0a695dead6cddba3.tar.xz
mediagoblin-55a04f01b881830f164e8a1b0a695dead6cddba3.zip
Moved MediaComment form descriptions to apt. place
Diffstat (limited to 'mediagoblin/templates')
-rw-r--r--mediagoblin/templates/mediagoblin/user_pages/media.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/mediagoblin/templates/mediagoblin/user_pages/media.html b/mediagoblin/templates/mediagoblin/user_pages/media.html
index 29d7874c..7e184257 100644
--- a/mediagoblin/templates/mediagoblin/user_pages/media.html
+++ b/mediagoblin/templates/mediagoblin/user_pages/media.html
@@ -105,9 +105,6 @@
<form action="{{ request.urlgen('mediagoblin.user_pages.media_post_comment',
user= media.get_uploader.username,
media_id=media.id) }}" method="POST" id="form_comment">
- <p>
- {% trans %}You can use <a href="http://daringfireball.net/projects/markdown/basics">Markdown</a> for formatting.{% endtrans %}
- </p>
{{ wtforms_util.render_divs(comment_form) }}
<div class="form_submit_buttons">
<input type="submit" value="{% trans %}Add this comment{% endtrans %}" class="button_action" />