mirror of
https://github.com/kvazar-network/webapp.git
synced 2025-01-24 13:54:20 +00:00
fix relative path
This commit is contained in:
parent
dc446e1710
commit
e46f88fa58
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>{% block title %}{{ app.name }}{% endblock %}</title>
|
||||
<link rel="stylesheet" type="text/css" href="/css/{{ app.theme }}.css?{{ app.version }}" />
|
||||
<link rel="stylesheet" type="text/css" href="{{ url('main_index') }}/css/{{ app.theme }}.css?{{ app.version }}" />
|
||||
{% block favicon %}{% endblock %}
|
||||
</head>
|
||||
<body>
|
||||
|
Loading…
x
Reference in New Issue
Block a user