adding application_root to css links
This commit is contained in:
parent
44818d981c
commit
fd8b9aca5c
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>{{ name }} in octomode</title>
|
||||
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='main.css') }}">
|
||||
<link rel="stylesheet" type="text/css" href="{{ application_root }}static/main.css">
|
||||
{% block head %}
|
||||
{% endblock %}
|
||||
</head>
|
||||
|
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>octomode</title>
|
||||
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='main.css') }}">
|
||||
<link rel="stylesheet" type="text/css" href="{{ application_root }}static/main.css">
|
||||
</head>
|
||||
<body class="start-page">
|
||||
<form action="{{ application_root }}" method="POST">
|
||||
|
Loading…
Reference in New Issue
Block a user