Merge pull request #1003 from puuu/baseurl

Fix sub path support
This commit is contained in:
Jonas Winkler
2021-05-15 15:12:00 +02:00
committed by GitHub
11 changed files with 40 additions and 19 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