diff --git a/templates/dispositivo/list.htm b/templates/dispositivo/list.htm index f04a9ed..a7b63cd 100644 --- a/templates/dispositivo/list.htm +++ b/templates/dispositivo/list.htm @@ -3,6 +3,7 @@

Dispositivi esistenti

+ Aggiungi @@ -29,5 +30,5 @@ {% endfor %}
- Aggiungi + {% endblock %} diff --git a/templates/ente/list.htm b/templates/ente/list.htm index 3a12710..e334f11 100644 --- a/templates/ente/list.htm +++ b/templates/ente/list.htm @@ -4,6 +4,7 @@

Enti esistenti

+ Aggiungi @@ -26,5 +27,4 @@ {% endfor %}
- Aggiungi {% endblock %} diff --git a/templates/impiegato/list.htm b/templates/impiegato/list.htm index e5147ea..c7ed224 100644 --- a/templates/impiegato/list.htm +++ b/templates/impiegato/list.htm @@ -4,6 +4,7 @@

Impiegati esistenti

+ Aggiungi @@ -28,5 +29,4 @@ {% endfor %}
- Aggiungi {% endblock %} diff --git a/templates/net/list.htm b/templates/net/list.htm index e3cd796..9c19eef 100644 --- a/templates/net/list.htm +++ b/templates/net/list.htm @@ -3,6 +3,7 @@

Reti esistenti

+ Aggiungi @@ -21,5 +22,4 @@ {% endfor %}
- Aggiungi {% endblock %} diff --git a/templates/servizio/list.htm b/templates/servizio/list.htm index ef3e429..fe630ad 100644 --- a/templates/servizio/list.htm +++ b/templates/servizio/list.htm @@ -4,6 +4,7 @@

Servizi esistenti

+ Aggiungi @@ -26,5 +27,4 @@ {% endfor %}
- Aggiungi {% endblock %} diff --git a/templates/user/list.htm b/templates/user/list.htm index f5bee9f..2f390d9 100644 --- a/templates/user/list.htm +++ b/templates/user/list.htm @@ -3,6 +3,7 @@

Utenti dell'inventario esistenti

+ Aggiungi @@ -17,5 +18,4 @@ {% endfor %}
- Aggiungi {% endblock %}