Basic user profile edit form

This commit is contained in:
Skia
2015-11-24 15:52:27 +01:00
parent 259182c1c4
commit ebcdcf4245
4 changed files with 36 additions and 5 deletions

View File

@ -17,6 +17,7 @@ User list
<p><a href="{% url 'core:user_edit' profile.id %}">Edit</a></p>
{% endif %}
<p>You're seeing the profile of <strong>{{ profile.get_display_name }}</strong></p>
<p>{{ profile.nick_name }}</p>
{% endif %}
{% if user_list %}