aboutsummaryrefslogtreecommitdiffstats
path: root/client/templates/client/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/templates/client/index.html')
-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>