diff --git a/djangosnippets/settings/base.py b/djangosnippets/settings/base.py index c6fd5ccc..6853a1a9 100644 --- a/djangosnippets/settings/base.py +++ b/djangosnippets/settings/base.py @@ -195,15 +195,6 @@ def user_url(user): DISQUS_WEBSITE_SHORTNAME = "djangosnippets" DISQUS_USE_SINGLE_SIGNON = True -MESSAGE_TAGS = { - messages.DEBUG: "secondary", - messages.INFO: "info", - messages.SUCCESS: "success", - messages.WARNING: "warning", - messages.ERROR: "alert", -} - - DATABASES = {"default": dj_database_url.config(conn_max_age=600, conn_health_checks=True)} DATABASES["default"]["ATOMIC_REQUESTS"] = True diff --git a/djangosnippets/templates/base.html b/djangosnippets/templates/base.html index d5bb0674..36455063 100644 --- a/djangosnippets/templates/base.html +++ b/djangosnippets/templates/base.html @@ -26,7 +26,7 @@ {% endif %}
-