diff options
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 %} |