fix unchanged/broken stylesheet link, added requirements.txt file

This commit is contained in:
Xevion
2020-11-05 12:26:51 -06:00
parent 490f2bf03a
commit 60d13d2467
3 changed files with 7 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{{ title }}</title>
{% load static %}
<link rel="stylesheet" href="{% static 'main.css' %}">
<link rel="stylesheet" href="{% static 'css/main.css' %}">
{% endblock head %}
</head>
<body class="has-navbar-fixed-top">