diff options
author | Andrea Lepori <alepori@student.ethz.ch> | 2024-01-28 12:52:55 +0100 |
---|---|---|
committer | Andrea Lepori <alepori@student.ethz.ch> | 2024-01-28 12:52:55 +0100 |
commit | 65ebc99e76becf72a40dc1c1f4b420ceeedc1a98 (patch) | |
tree | 600aabf2684c613a33ee060ce4602d1ed8821be2 /accounts/templates | |
parent | fix missing date warning (diff) | |
download | scout-subs-65ebc99e76becf72a40dc1c1f4b420ceeedc1a98.tar.gz scout-subs-65ebc99e76becf72a40dc1c1f4b420ceeedc1a98.zip |
use usercode id instead of code
Diffstat (limited to 'accounts/templates')
-rw-r--r-- | accounts/templates/accounts/user_edit.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/templates/accounts/user_edit.html b/accounts/templates/accounts/user_edit.html index 3c4cada..a2d0b3b 100644 --- a/accounts/templates/accounts/user_edit.html +++ b/accounts/templates/accounts/user_edit.html @@ -15,7 +15,7 @@ </div> </div> -<form action="{% url 'edit_user' code=ucode %}?saved=true" method="post" id="form1" enctype="multipart/form-data"> +<form action="{% url 'edit_user' code=ucode_id %}?saved=true" method="post" id="form1" enctype="multipart/form-data"> <div id="personal" class="row"> <div class="col l8 offset-l2 s12"> <div class="card-panel"> |