Adds tabs to user profile page
This commit is contained in:
parent
d7c32cc314
commit
ec7a9f68c2
9 changed files with 88 additions and 24 deletions
|
@ -7,7 +7,7 @@ Edit Profile
|
|||
{% if form.non_field_errors %}
|
||||
<p class="notification is-danger">{{ form.non_field_errors }}</p>
|
||||
{% endif %}
|
||||
<form name="edit-profile" action="/edit-profile/" method="post" enctype="multipart/form-data">
|
||||
<form name="edit-profile" action="{% url 'prefs-profile' %}" method="post" enctype="multipart/form-data">
|
||||
{% csrf_token %}
|
||||
<div class="block">
|
||||
<label class="label" for="id_avatar">Avatar:</label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue