回答編集履歴
1
aplication名を修正しました。
test
CHANGED
@@ -38,7 +38,7 @@
|
|
38
38
|
|
39
39
|
{% load static %}
|
40
40
|
|
41
|
-
<link rel="stylesheet" type="text/css" href="{% static '
|
41
|
+
<link rel="stylesheet" type="text/css" href="{% static 'aplication/base.css' %}">
|
42
42
|
|
43
43
|
```
|
44
44
|
|