diff --git a/RIGS/templates/RIGS/event_form.html b/RIGS/templates/RIGS/event_form.html index 282f3669..28e6be28 100644 --- a/RIGS/templates/RIGS/event_form.html +++ b/RIGS/templates/RIGS/event_form.html @@ -8,11 +8,13 @@ {% block css %} + {% endblock %} {% block preload_js %} + {% endblock %} {% block js %} @@ -40,6 +42,15 @@ } $(document).ready(function () { + + $(".md-enabled").each(function(index){ + editor = new SimpleMDE({ + element: $(".md-enabled")[index], + toolbar: ["bold", "italic", "strikethrough", "|", "unordered-list", "ordered-list", "|", "link", "|", "preview", "guide"], + status: false, + }); + }); + {% if not object.pk and not form.errors %} $('.form-hws').slideUp(function () { @@ -225,11 +236,8 @@