# HG changeset patch
# User Pawel Solyga
-
+
+
+
+
+
{% block submit_buttons %}
diff -r 2a92b866ed40 -r 5905c8e97e68 app/soc/templates/soc/site/docs/edit.html
--- a/app/soc/templates/soc/site/docs/edit.html Thu Oct 09 15:10:51 2008 +0000
+++ b/app/soc/templates/soc/site/docs/edit.html Thu Oct 09 18:06:50 2008 +0000
@@ -45,13 +45,17 @@
+
diff -r 2a92b866ed40 -r 5905c8e97e68 app/soc/templates/soc/site/home/edit.html
--- a/app/soc/templates/soc/site/home/edit.html Thu Oct 09 15:10:51 2008 +0000
+++ b/app/soc/templates/soc/site/home/edit.html Thu Oct 09 18:06:50 2008 +0000
@@ -36,15 +36,18 @@
+ {% block submit_buttons %}
+ {% endblock %}
-
-
-
-
-
-
-
-
-
+
{% endblock %}
diff -r 2a92b866ed40 -r 5905c8e97e68 app/soc/templates/soc/site/user/profile/edit.html
--- a/app/soc/templates/soc/site/user/profile/edit.html Thu Oct 09 15:10:51 2008 +0000
+++ b/app/soc/templates/soc/site/user/profile/edit.html Thu Oct 09 18:06:50 2008 +0000
@@ -68,20 +68,23 @@
+ {% block submit_buttons %}
+
+
+
+
+
+
+
+ {% endblock %}
+
-
-
-
+
-
-
-
-
-
-{% if submit_error %}
-
- {{ submit_error }}
-
-{% endif %}
-
+
+ {% block submit_buttons %}
+
+
+
+
+
+
+
+ {% if submit_error %}
+
+ {{ submit_error }}
+
+ {% endif %}
+ {% endblock %}
+
+ {% endblock %} |