Skip to content

Commit 9497ee1

Browse files
author
Emmanouil Konstantinidis
committed
Fix path to css
1 parent dbf1ab3 commit 9497ee1

File tree

1 file changed

+1
-1
lines changed
  • rest_framework_docs/templates/rest_framework_docs

1 file changed

+1
-1
lines changed

rest_framework_docs/templates/rest_framework_docs/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<title>{% block title %}DRF Docs{% endblock %}</title>
1111

1212
<!-- Custom Style -->
13-
<link rel="stylesheet" href="{% static "css/style.css" %}">
13+
<link rel="stylesheet" href="{% static "rest_framework_docs/css/style.css" %}">
1414
</head>
1515

1616
<body>

0 commit comments

Comments
 (0)