From 09c3a2d6376b7386fe2ac635bab90f2152269e7a Mon Sep 17 00:00:00 2001 From: Tom Price Date: Wed, 30 Mar 2016 23:49:37 +0100 Subject: [PATCH] Add indications of where MD support is enabled as per comment by @samozzy in #178. Isn't quite a full description, but for the most part this should be enough for the people who know how to use it see where they can use it. --- RIGS/templates/RIGS/event_form.html | 7 +++---- RIGS/templates/RIGS/item_modal.html | 4 ++-- RIGS/templates/RIGS/organisation_form.html | 4 ++-- RIGS/templates/RIGS/person_form.html | 4 ++-- RIGS/templates/RIGS/venue_form.html | 4 ++-- templates/base.html | 1 + 6 files changed, 12 insertions(+), 12 deletions(-) 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 %}