diff options
-rw-r--r-- | server/templates/server/index.html | 5 | ||||
-rw-r--r-- | version.txt | 2 |
2 files changed, 2 insertions, 5 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 %} diff --git a/version.txt b/version.txt index 3d7e4fa..7055842 100644 --- a/version.txt +++ b/version.txt @@ -1,2 +1,2 @@ version=0.7 -rev=22 +rev=23 |