mirror of
https://github.com/Xevion/simple-viewer.git
synced 2025-12-09 22:08:37 -06:00
fix unchanged/broken stylesheet link, added requirements.txt file
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user