From fb4d5b3f56b3a0d083946b74aa764609d074def2 Mon Sep 17 00:00:00 2001 From: Ivan Filippov Date: Fri, 22 Apr 2016 19:45:34 -0600 Subject: [PATCH] Add a success and error default modal. --- app/templates/base.html | 52 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 51 insertions(+), 1 deletion(-) diff --git a/app/templates/base.html b/app/templates/base.html index 37c362e..1c6475e 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -24,7 +24,7 @@ folder instead of downloading all of them to reduce the load. --> - + @@ -296,6 +296,8 @@ + + @@ -309,6 +311,54 @@ {% endblock %} {% block extrascripts %} {% endblock %} +{% block defaultmodals %} + + + + +{% endblock %} {% block modals %} {% endblock %}