aboutsummaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorAndrea Lepori <aleporia@gmail.com>2023-07-25 11:36:32 +0200
committerAndrea Lepori <aleporia@gmail.com>2023-07-25 11:36:32 +0200
commitfbd9bfbddd64da2d24104a55264b344b97c4d022 (patch)
tree6dbd975c9441d5752e6323937498d38f7deda810 /client
parentcreate new persons and edit (diff)
downloadscout-subs-fbd9bfbddd64da2d24104a55264b344b97c4d022.tar.gz
scout-subs-fbd9bfbddd64da2d24104a55264b344b97c4d022.zip
delete uc
Diffstat (limited to 'client')
-rw-r--r--client/templates/client/index.html1
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>