diff options
Diffstat (limited to 'mediagoblin/templates')
-rw-r--r-- | mediagoblin/templates/mediagoblin/edit/edit_account.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mediagoblin/templates/mediagoblin/edit/edit_account.html b/mediagoblin/templates/mediagoblin/edit/edit_account.html index cfeb7281..89f559af 100644 --- a/mediagoblin/templates/mediagoblin/edit/edit_account.html +++ b/mediagoblin/templates/mediagoblin/edit/edit_account.html @@ -47,6 +47,10 @@ <p>{{ form.wants_comment_notification }} {{ form.wants_comment_notification.label }}</p> </div> + <div class="form_field_input"> + <p>{{ form.license_preference }} + {{ form.license_preference.label }}</p> + </div> <div class="form_submit_buttons"> <input type="submit" value="{% trans %}Save changes{% endtrans %}" class="button_form" /> {{ csrf_token }} |