diff options
author | Andrea Lepori <andrea.lepori@inf.ethz.ch> | 2024-07-25 16:01:34 +0200 |
---|---|---|
committer | Andrea Lepori <andrea.lepori@inf.ethz.ch> | 2024-07-25 16:01:35 +0200 |
commit | 49faf540415211f98e20c287fc44d846d175d762 (patch) | |
tree | 428c14cddd8d8a65694baca1ffb316b177fcc879 /server/templates | |
parent | more compact pdf print document (diff) | |
download | scout-subs-49faf540415211f98e20c287fc44d846d175d762.tar.gz scout-subs-49faf540415211f98e20c287fc44d846d175d762.zip |
remove data request button
Diffstat (limited to 'server/templates')
-rw-r--r-- | server/templates/server/index.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/server/templates/server/index.html b/server/templates/server/index.html index d1cb0c8..07aebd1 100644 --- a/server/templates/server/index.html +++ b/server/templates/server/index.html @@ -48,9 +48,6 @@ <div class="hide-on-med-and-down"> <a style="width: 32.4%; margin-right: 1.4%;" class="col s4 waves-effect waves-light btn {{color}}" href="{% url 'ulist' %}">Utenti</a> <a style="width: 32.4%; margin-right: 1.4%;" class="col s4 waves-effect waves-light btn {{color}}" href="{% url 'uapprove' %}">Trasferta utente</a> - <a style="width: 32.4%;" class="col s4 waves-effect waves-light btn {{color}}" href="{% url 'request' %}">Richiedi dati</a> - <br> - <br> <a sytle="width: 32.4%;" class="col s4 waves-effect waves-light btn {{color}}" href="{% url 'ulist-table' %}">Utenti (Tabella BETA)</a> </div> @@ -61,7 +58,7 @@ <a class="col s12 waves-effect waves-light btn {{color}}" href="{% url 'uapprove' %}">Trasferta utente</a> <br> <br> - <a class="col s12 waves-effect waves-light btn {{color}}" href="{% url 'request' %}">Richiedi dati</a> + <a class="col s12 waves-effect waves-light btn {{color}}" href="{% url 'ulist-table' %}">Utenti (Tabella BETA)</a> </div> </div> {% endif %} |