diff --git a/RIGS/templates/RIGS/event_form.html b/RIGS/templates/RIGS/event_form.html index 0e7aa6ad..282f3669 100644 --- a/RIGS/templates/RIGS/event_form.html +++ b/RIGS/templates/RIGS/event_form.html @@ -19,7 +19,6 @@ - @@ -225,7 +224,7 @@
Event Description
-
+
@@ -423,7 +422,7 @@
-
+
{% render_field form.notes class+="form-control" %}
@@ -442,4 +441,4 @@ {% include 'RIGS/item_modal.html' %} -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/RIGS/templates/RIGS/item_modal.html b/RIGS/templates/RIGS/item_modal.html index 602f24ef..6991c585 100644 --- a/RIGS/templates/RIGS/item_modal.html +++ b/RIGS/templates/RIGS/item_modal.html @@ -23,7 +23,7 @@
-
+
@@ -71,4 +71,4 @@
-
\ No newline at end of file +
diff --git a/RIGS/templates/RIGS/organisation_form.html b/RIGS/templates/RIGS/organisation_form.html index 7ef77e0d..3582564b 100644 --- a/RIGS/templates/RIGS/organisation_form.html +++ b/RIGS/templates/RIGS/organisation_form.html @@ -52,7 +52,7 @@
+ class="col-sm-2 control-label">{{ form.notes.label }}#
{% render_field form.notes class+="form-control" placeholder=form.notes.label %} @@ -75,4 +75,4 @@
-{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/RIGS/templates/RIGS/person_form.html b/RIGS/templates/RIGS/person_form.html index a5720b9f..751d9828 100644 --- a/RIGS/templates/RIGS/person_form.html +++ b/RIGS/templates/RIGS/person_form.html @@ -52,7 +52,7 @@
+ class="col-sm-2 control-label">{{ form.notes.label }}#
{% render_field form.notes class+="form-control" placeholder=form.notes.label %} @@ -65,4 +65,4 @@
-{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/RIGS/templates/RIGS/venue_form.html b/RIGS/templates/RIGS/venue_form.html index 4d99af7e..ae635b82 100644 --- a/RIGS/templates/RIGS/venue_form.html +++ b/RIGS/templates/RIGS/venue_form.html @@ -52,7 +52,7 @@
+ class="col-sm-2 control-label">{{ form.notes.label }}#
{% render_field form.notes class+="form-control" placeholder=form.notes.label %} @@ -79,4 +79,4 @@
-{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/templates/base.html b/templates/base.html index 0e57f51c..0324d448 100644 --- a/templates/base.html +++ b/templates/base.html @@ -210,6 +210,7 @@ easter_egg.load(); }); + {% block js %} {% endblock %}