diff options
| author | 2019-10-14 20:20:17 +0200 | |
|---|---|---|
| committer | 2019-10-14 20:20:17 +0200 | |
| commit | babe2b429dc1868303150c067762089c10f0117f (patch) | |
| tree | 78b99d021d528b82bac25780bc8107c975f6cb89 /pydis_site/templates/wiki/includes/messages.html | |
| parent | Wiki: Permissions hotfix (#285) (diff) | |
| parent | Wiki: Show breadcrumb without menus for users that can't edit, without the ro... (diff) | |
Merge pull request #286 from python-discord/wiki-polish
Wiki polish (RE: Allauth)
Diffstat (limited to 'pydis_site/templates/wiki/includes/messages.html')
| -rw-r--r-- | pydis_site/templates/wiki/includes/messages.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/pydis_site/templates/wiki/includes/messages.html b/pydis_site/templates/wiki/includes/messages.html index cdf58d87..e69de29b 100644 --- a/pydis_site/templates/wiki/includes/messages.html +++ b/pydis_site/templates/wiki/includes/messages.html @@ -1,11 +0,0 @@ -{% if messages %} - <!-- Messages for this instance --> - {% for message in messages %} - <article class="message {{ message.css_class }}"> - <div class="message-body"> - {{ message }} - </div> - </article> - - {% endfor %} -{% endif %} |