1
Fork 0
mirror of https://github.com/Steffo99/estus.git synced 2024-11-22 07:34:19 +00:00

Remove UTdC logo from the dashboard

This commit is contained in:
Steffo 2017-09-12 10:56:17 +02:00
parent cf99f83be4
commit 2ed40b7254

View file

@ -1,7 +1,6 @@
{% extends "base.htm" %} {% extends "base.htm" %}
{% block title %}Dashboard - Estus{% endblock %} {% block title %}Dashboard - Estus{% endblock %}
{% block content %} {% block content %}
<center> <img src="{{terredicastello}}"> </center>
<div class="row"> <div class="row">
<div class="col-sm-6"> <div class="col-sm-6">
<h2> <h2>
@ -30,5 +29,4 @@
</ul> </ul>
</div> </div>
</div> </div>
{% endblock %} {% endblock %}