Move forms.css to css directory.
This commit is contained in:
parent
9897e3d9ce
commit
c0fde4c92d
3 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
{% block category %}supporter{% endblock %}
|
||||
|
||||
{% block head %}
|
||||
<link href="/forms.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="/css/forms.css" rel="stylesheet" type="text/css"/>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
{% block category %}supporter{% endblock %}
|
||||
|
||||
{% block head %}
|
||||
<link href="/forms.css" rel="stylesheet" type="text/css"/>
|
||||
<link href="/css/forms.css" rel="stylesheet" type="text/css"/>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
|
Loading…
Reference in a new issue