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 %} - -{% endfor %} -
{{key|title}}{{campaign|attr:key}}
- -

-

+ + {% for key in campaign_keys %} + + {% endfor %} +
{{key|title}}{{campaign|attr:key}}
+ + + + +

+

-
- -
- - -
-
- - - - {% for header in experiment_keys %} - - {% endfor%} - - {% for item in experiments %} - - - {% for key in experiment_keys %} - - {% endfor %} - - {% endfor %} -
#{{ header|title }}
{{ forloop.counter }}{{ item|attr:key }}
- -
-
-
-
+
+ +
+ + +
+
+ + + + {% for header in experiment_keys %} + + {% endfor%} + + {% for item in experiments %} + + + {% for key in experiment_keys %} + + {% endfor %} + + {% endfor %} +
#{{ header|title }}
{{ forloop.counter }}{{ item|attr:key }}
+ +
+
+
+
{% 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%}