X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=mediagoblin%2Ftemplates%2Fmediagoblin%2Fedit%2Fedit.html;h=024a2b4d9b8de460cad78d8c7335e108b9dd6ba2;hb=228c4470f40d66e8b9383321d44d89e2a1c0ecad;hp=295d57eb82e03fca7f32921b69d12949b3530878;hpb=2190ecde8d7ad77daf5e70c165bd36cc4d7e634d;p=mediagoblin.git diff --git a/mediagoblin/templates/mediagoblin/edit/edit.html b/mediagoblin/templates/mediagoblin/edit/edit.html index 295d57eb..024a2b4d 100644 --- a/mediagoblin/templates/mediagoblin/edit/edit.html +++ b/mediagoblin/templates/mediagoblin/edit/edit.html @@ -1,6 +1,6 @@ {# # GNU MediaGoblin -- federated, autonomous media hosting -# Copyright (C) 2011 Free Software Foundation, Inc +# Copyright (C) 2011 MediaGoblin contributors. See AUTHORS. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as published by @@ -20,19 +20,24 @@ {% import "/mediagoblin/utils/wtforms.html" as wtforms_util %} {% block mediagoblin_content %} -

Edit details for {{ media.title }}

-
+
+

{% trans media_title=media.title %}Editing {{ media_title }}{% endtrans %}

+
+ +
{{ wtforms_util.render_divs(form) }}
- + {% trans %}Cancel{% endtrans %} + + {{ csrf_token }}
- + {% endblock %}