aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2011-07-02 14:29:47 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2011-07-02 14:29:47 -0500
commitf6c49c5e623d9914e9d906138fb9532a0181e623 (patch)
tree83eef0f2b06bf76d25fa9a68f7bb292eb9f0cb90
parentab6fffedf8d9471b1999eb947716a81797b30e64 (diff)
downloadmediagoblin-f6c49c5e623d9914e9d906138fb9532a0181e623.tar.lz
mediagoblin-f6c49c5e623d9914e9d906138fb9532a0181e623.tar.xz
mediagoblin-f6c49c5e623d9914e9d906138fb9532a0181e623.zip
Not sure what these fields are here commented out for... removing
-rw-r--r--mediagoblin/templates/mediagoblin/user_pages/media.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/mediagoblin/templates/mediagoblin/user_pages/media.html b/mediagoblin/templates/mediagoblin/user_pages/media.html
index 42d1b930..e2fee170 100644
--- a/mediagoblin/templates/mediagoblin/user_pages/media.html
+++ b/mediagoblin/templates/mediagoblin/user_pages/media.html
@@ -52,10 +52,7 @@
</div>
</form>
{% endif %}
- {#
- {{ wtforms_util.render_textarea_div(submit_form.description) }}
- {{ wtforms_util.render_field_div(submit_form.file) }}
- #}
+
{% if comments %}
{% for comment in comments %}
<div class="comment_wrapper" id="comment-{{ comment['_id'] }}">