aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2013-07-03 14:06:22 -0500
committerChristopher Allan Webber <cwebber@dustycloud.org>2013-07-03 14:06:22 -0500
commit87bca496b28ec9b98144747767bb1c8e8dec4676 (patch)
tree682eb46f3c0ae66818d6c2028ab9bd882439a157
parentc92b3c63b13ad44e8485a577f5fb768c9bdc1f94 (diff)
downloadmediagoblin-87bca496b28ec9b98144747767bb1c8e8dec4676.tar.lz
mediagoblin-87bca496b28ec9b98144747767bb1c8e8dec4676.tar.xz
mediagoblin-87bca496b28ec9b98144747767bb1c8e8dec4676.zip
Fix missing quote
-rw-r--r--mediagoblin/templates/mediagoblin/edit/edit_account.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/templates/mediagoblin/edit/edit_account.html b/mediagoblin/templates/mediagoblin/edit/edit_account.html
index a10949f5..51293acb 100644
--- a/mediagoblin/templates/mediagoblin/edit/edit_account.html
+++ b/mediagoblin/templates/mediagoblin/edit/edit_account.html
@@ -48,7 +48,7 @@
</a>
</p>
{% endif %}
- {% template_hook(edit_link") %}
+ {% template_hook("edit_link") %}
{{ wtforms_util.render_divs(form, True) }}
<div class="form_submit_buttons">
<input type="submit" value="{% trans %}Save changes{% endtrans %}" class="button_form" />