diff options
author | Jef van Schendel <jefvanschendel@gmail.com> | 2011-06-22 17:02:28 +0200 |
---|---|---|
committer | Jef van Schendel <jefvanschendel@gmail.com> | 2011-06-22 17:02:28 +0200 |
commit | 1db7bed64b498da616a4c18e259d278880944ba1 (patch) | |
tree | 33748b1b36c2acd3ce570f2412c565d70576013a /mediagoblin/templates | |
parent | 7f8a70ef25a36561042b34afba899ecf37aacfdc (diff) | |
download | mediagoblin-1db7bed64b498da616a4c18e259d278880944ba1.tar.lz mediagoblin-1db7bed64b498da616a4c18e259d278880944ba1.tar.xz mediagoblin-1db7bed64b498da616a4c18e259d278880944ba1.zip |
Several small UI changes to edit profile page: moved header, changed form wording, changed css class
Diffstat (limited to 'mediagoblin/templates')
-rw-r--r-- | mediagoblin/templates/mediagoblin/edit/edit_profile.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mediagoblin/templates/mediagoblin/edit/edit_profile.html b/mediagoblin/templates/mediagoblin/edit/edit_profile.html index 63bf013f..8ce474f0 100644 --- a/mediagoblin/templates/mediagoblin/edit/edit_profile.html +++ b/mediagoblin/templates/mediagoblin/edit/edit_profile.html @@ -20,12 +20,12 @@ {% import "/mediagoblin/utils/wtforms.html" as wtforms_util %} {% block mediagoblin_content %} - <h1>Edit details for {{ user['username'] }}</h1> <form action="{{ request.urlgen('mediagoblin.edit.profile', user=user.username) }}" method="POST" enctype="multipart/form-data"> - <div class="submit_box form_box"> + <div class="edit_box form_box"> + <h1>Editing {{ user['username'] }}'s profile</h1> {{ wtforms_util.render_divs(form) }} <div class="form_submit_buttons"> <input type="submit" value="submit" class="button" /> |