Add _messages template to hosting/settings.html

This commit is contained in:
PCoder 2017-10-21 17:02:24 +02:00
commit be8181ec42
2 changed files with 5 additions and 0 deletions

View file

@ -7,6 +7,7 @@
{% block content %}
<div class="dashboard-container wide">
{% include 'hosting/includes/_messages.html' %}
<div class="dashboard-container-head">
<h1 class="dashboard-title-thin"><img src="{% static 'hosting/img/dashboard_settings.svg' %}" class="un-icon wide"> {% trans "My Settings" %}</h1>
</div>