diff options
author | Andrea Lepori <aleporia@gmail.com> | 2023-07-25 11:36:32 +0200 |
---|---|---|
committer | Andrea Lepori <aleporia@gmail.com> | 2023-07-25 11:36:32 +0200 |
commit | fbd9bfbddd64da2d24104a55264b344b97c4d022 (patch) | |
tree | 6dbd975c9441d5752e6323937498d38f7deda810 /client/templates | |
parent | create new persons and edit (diff) | |
download | scout-subs-fbd9bfbddd64da2d24104a55264b344b97c4d022.tar.gz scout-subs-fbd9bfbddd64da2d24104a55264b344b97c4d022.zip |
delete uc
Diffstat (limited to 'client/templates')
-rw-r--r-- | client/templates/client/index.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/templates/client/index.html b/client/templates/client/index.html index 0350311..ef9b67d 100644 --- a/client/templates/client/index.html +++ b/client/templates/client/index.html @@ -37,7 +37,6 @@ <span class="card-title"> {{data.0.first_name}} {{data.0.last_name}} <a href="{% url "edit_user" code=data.0.code %}" class="btn-flat"><i class="material-icons">edit</i></a> - <a href="" class="btn-flat"><i class="material-icons">delete</i></a> <div style="font-size: 0.5em; line-height: normal;">{{data.0.born_date}}</div> </span> <a id="add" class="btn-floating halfway-fab btn-large {{color}}" href="{% url 'create'%}"><i class="material-icons">add</i></a> |