Properly get username & display name

This commit is contained in:
Michael Shamoon
2022-05-09 11:08:28 -07:00
parent 083290e798
commit c12e55f54c
6 changed files with 23 additions and 38 deletions

View File

@@ -9,8 +9,6 @@
<title>Paperless-ngx</title>
<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}}">
<meta name="cookie_prefix" content="{{cookie_prefix}}">
<meta name="robots" content="noindex,nofollow">
<link rel="icon" type="image/x-icon" href="favicon.ico">