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
commit fcae461430
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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