diff --git a/apps/main/templates/campaign.html b/apps/main/templates/campaign.html
index c793044..48a0cbf 100644
--- a/apps/main/templates/campaign.html
+++ b/apps/main/templates/campaign.html
@@ -12,49 +12,52 @@
{% block content-suptitle %}{{suptitle}}{% endblock %}
{% block content %}
-
-{% for key in campaign_keys %}
-{{key|title}} | {{campaign|attr:key}} |
-{% endfor %}
-
-
-
-
+
+ {% for key in campaign_keys %}
+ {{key|title}} | {{campaign|attr:key}} |
+ {% endfor %}
+
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
- # |
- {% for header in experiment_keys %}
- {{ header|title }} |
- {% endfor%}
-
- {% for item in experiments %}
-
- {{ forloop.counter }} |
- {% for key in experiment_keys %}
- {{ item|attr:key }} |
- {% endfor %}
-
- {% endfor %}
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+ # |
+ {% for header in experiment_keys %}
+ {{ header|title }} |
+ {% endfor%}
+
+ {% for item in experiments %}
+
+ {{ forloop.counter }} |
+ {% for key in experiment_keys %}
+ {{ item|attr:key }} |
+ {% endfor %}
+
+ {% endfor %}
+
+
+
+
+
+
{% endblock %}
{% block sidebar%}
@@ -70,8 +73,8 @@
$(".clickable-row").click(function() {
document.location = $(this).data("href");
});
-
- $("#bt_edit_campaign").click(function() {
+
+ $("#bt_edit").click(function() {
document.location = "{% url 'url_edit_campaign' campaign.id%}";
});
diff --git a/apps/main/templates/dev_conf.html b/apps/main/templates/dev_conf.html
index 60d2d0b..23f4ac1 100644
--- a/apps/main/templates/dev_conf.html
+++ b/apps/main/templates/dev_conf.html
@@ -14,7 +14,9 @@
{{key|title}} | {{dev_conf|attr:key}} |
{% endfor %}
-
+
+
+
{% endblock %}
@@ -26,7 +28,7 @@
{% block extra-js%}