use {% url %} template to refere to root path

This commit is contained in:
puuu 2021-05-14 14:08:02 +09:00
parent 56c9b578e3
commit f9b6374685
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
<head>
<meta charset="utf-8">
<title>Paperless-ng</title>
<base href="/">
<base href="{% url 'base' %}">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="username" content="{{username}}">
<meta name="full_name" content="{{full_name}}">

File diff suppressed because one or more lines are too long