diff --git a/templates/dispositivo/list.htm b/templates/dispositivo/list.htm
index bb41133..8353342 100644
--- a/templates/dispositivo/list.htm
+++ b/templates/dispositivo/list.htm
@@ -27,7 +27,7 @@
{{ d[0].dispositivo.modello }} |
{{ d[0].dispositivo.fornitore }} |
{{ d[0].dispositivo.seriale }} |
- |
+ |
{% endfor %}
diff --git a/templates/net/list.htm b/templates/net/list.htm
index 584b7cd..f9b4c79 100644
--- a/templates/net/list.htm
+++ b/templates/net/list.htm
@@ -13,7 +13,7 @@
Nome Rete |
IP |
- Ispeziona |
+ Dettagli |
Modifica |
Elimina |
@@ -22,7 +22,7 @@
{{ rete.nome }} |
{{ rete.network_ip }}/{{ rete.subnet }} |
- |
+ |
|
{% if reti|length > 1 %}{% endif %} |