diff options
author | Emily O'Leary <Emma.C.Echo@gmail.com> | 2013-08-06 18:22:51 -0400 |
---|---|---|
committer | Rodney Ewing <ewing.rj@gmail.com> | 2013-08-07 16:33:58 -0700 |
commit | 3bd62dc4ca4fb12c772729bbb9dd6a78c3c08e48 (patch) | |
tree | 451dc4a9c669421a6ba6ea554a1be447707c1d93 /mediagoblin/templates | |
parent | 3cf4ae0c41618fca764b80c5888c2868b8be5829 (diff) | |
download | mediagoblin-3bd62dc4ca4fb12c772729bbb9dd6a78c3c08e48.tar.lz mediagoblin-3bd62dc4ca4fb12c772729bbb9dd6a78c3c08e48.tar.xz mediagoblin-3bd62dc4ca4fb12c772729bbb9dd6a78c3c08e48.zip |
Changed how the comment was encoded/read.
Fixed CSRF + Post with comment preview.
Merged with latest master
Diffstat (limited to 'mediagoblin/templates')
-rw-r--r-- | mediagoblin/templates/mediagoblin/user_pages/media.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mediagoblin/templates/mediagoblin/user_pages/media.html b/mediagoblin/templates/mediagoblin/user_pages/media.html index 39a5eec5..3acd8356 100644 --- a/mediagoblin/templates/mediagoblin/user_pages/media.html +++ b/mediagoblin/templates/mediagoblin/user_pages/media.html @@ -108,6 +108,7 @@ {{ csrf_token }} </div> <input type="hidden" value="{{ request.urlgen('mediagoblin.user_pages.media_preview_comment') }}" id="previewURL" /> + <input type="hidden" value="{% trans %}Comment Preview{% endtrans %}" id="previewText"/> </form> <div id="comment_preview"></div> {% endif %} |