Link to custom CSS

This commit is contained in:
Torild Lidman 2016-12-22 16:38:45 +01:00 committed by Griatch
parent 69551f88a1
commit 18e4d72444

View file

@ -14,6 +14,9 @@
<link rel="stylesheet" type="text/css" href="{% static "website/css/prosimii-print.css" %}" media="print" />
<link rel="icon" type="image/x-icon" href="/static/website/images/evennia_logo.png" />
<!-- Custom CSS -->
<link rel="stylesheet" type="text/css" href="{% static "website/css/app.css" %}">
{% block header_ext %}
{% endblock %}