Browse Source

pyi2phosts/templates/base.html: fix link to css

pull/1/head
Hidden Z 14 years ago
parent
commit
8353439c5b
  1. 2
      pyi2phosts/templates/base.html

2
pyi2phosts/templates/base.html

@ -7,7 +7,7 @@ @@ -7,7 +7,7 @@
<head>
{% block head %}
{% endblock %}
<link rel="stylesheet" type="text/css" href="static/base.css">
<link rel="stylesheet" type="text/css" href="/static/base.css">
</head>
<body>
{% block navigation %}

Loading…
Cancel
Save