fix startpage

This commit is contained in:
erichhasl
2017-11-19 01:00:20 +01:00
parent 0ba5a6e5ba
commit c763245132
@@ -1,7 +1,7 @@
{% extends "public/default.html" %}
{% load static %}
{% block content %}
<link rel="stylesheet" type="text/css" href="{% static "startpage/css/index.css" %}">
<table>
<tr>
<td width=70%>
@@ -195,6 +195,6 @@
</ul>
</td>
</tr>
</table>
</table>
{% endblock %}