consistent style for urls
This commit is contained in:
parent
8ae05c1350
commit
7f9cc31040
10 changed files with 20 additions and 20 deletions
|
|
@ -6,7 +6,7 @@
|
|||
{% 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="/edit-profile/" method="post" enctype="multipart/form-data">
|
||||
{% csrf_token %}
|
||||
<p class="block">
|
||||
<label class="label" for="id_avatar">Avatar:</label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue