Skip to content

Commit

Permalink
[bugfix,user/edit][xs]: correct template so that we show user name of…
Browse files Browse the repository at this point in the history
… person being edited not user doing the editing.
  • Loading branch information
rufuspollock committed Jan 27, 2012
1 parent cb5bba7 commit e2ea171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/templates/user/edit.html
Expand Up @@ -5,7 +5,7 @@

<py:def function="page_title">${c.user} - Edit - User</py:def>
<py:def function="page_heading">
Edit User: ${c.userobj.display_name}
Edit User: ${c.user_name}
</py:def>

<div py:match="content">
Expand Down

0 comments on commit e2ea171

Please sign in to comment.