diff options
Diffstat (limited to 'pydis_site/templates/wiki/base.html')
-rw-r--r-- | pydis_site/templates/wiki/base.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pydis_site/templates/wiki/base.html b/pydis_site/templates/wiki/base.html index da4d5de1..9f904324 100644 --- a/pydis_site/templates/wiki/base.html +++ b/pydis_site/templates/wiki/base.html @@ -15,6 +15,7 @@ <link rel="stylesheet" href="{% static "css/wiki/simplemde-fixes.css" %}"> <link rel="stylesheet" href="{% static "css/wiki/style.css" %}"> <link rel="stylesheet" href="{% static "css/pygments/darcula.css" %}"> + <link rel="stylesheet" href="{% static "css/base/notification.css" %}"> {% endblock %} {% block content %} @@ -31,8 +32,6 @@ {% block wiki_body %} <section class="section"> <div class="container"> - {% wiki_messages %} - <div class="content"> {% block wiki_contents %}{% endblock %} </div> |