+
{% include "user/detail_card.html" with user=object.owner %}
@@ -94,3 +94,10 @@ {% translate "Socia de intercooperaciĆ³n" %}
{% endblock %}
+
+{% block scripts %}
+
+
+{% endblock %}
\ No newline at end of file
diff --git a/templates/provider/detail.html b/templates/provider/detail.html
index e3237e2..c7bf9e8 100644
--- a/templates/provider/detail.html
+++ b/templates/provider/detail.html
@@ -78,5 +78,8 @@
Ahora mismo no ofreces ventajas, para aƱadirlas ponte en conta
{% endblock%}
{% block scripts %}
-
-{% endblock scripts %}
\ No newline at end of file
+
+
+{% endblock %}
\ No newline at end of file
diff --git a/templates/user/edit.html b/templates/user/edit.html
index aa55e61..8288f86 100644
--- a/templates/user/edit.html
+++ b/templates/user/edit.html
@@ -83,10 +83,9 @@ {% translate 'Administrar' %}
{% endblock %}
- {% block scripts %}
-
-
-
+{% block scripts %}
+
+
{% endblock %}
\ No newline at end of file