Admin guilds manage thing

This commit is contained in:
JustMaffie
2017-07-27 22:55:28 +02:00
parent 4d3140b531
commit 4a9c38aa47
3 changed files with 97 additions and 2 deletions

View File

@ -13,5 +13,12 @@
<a class="waves-effect waves-light btn" href="{{ url_for('admin.cosmetics') }}">Manage</a>
</div>
</div>
<div class="col s12">
<div class="card-panel indigo lighten-5 z-depth-3 hoverable black-text">
<h4>Guilds</h4>
<p class="flow-text">Manage any guild in Titan, this will give you the normal dashboard.</p>
<a class="waves-effect waves-light btn" href="{{ url_for('admin.guilds') }}">Manage</a>
</div>
</div>
</div>
{% endblock %}