From f9b6374685db936611a991de5556f26c320e61e0 Mon Sep 17 00:00:00 2001 From: puuu Date: Fri, 14 May 2021 14:08:02 +0900 Subject: [PATCH] use {% url %} template to refere to root path --- src/documents/templates/index.html | 2 +- src/documents/templates/registration/logged_out.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/documents/templates/index.html b/src/documents/templates/index.html index 5a7b8c9ba..5c69144de 100644 --- a/src/documents/templates/index.html +++ b/src/documents/templates/index.html @@ -7,7 +7,7 @@ Paperless-ng - + diff --git a/src/documents/templates/registration/logged_out.html b/src/documents/templates/registration/logged_out.html index b1446eb72..64ace025c 100644 --- a/src/documents/templates/registration/logged_out.html +++ b/src/documents/templates/registration/logged_out.html @@ -42,7 +42,7 @@

{% translate "You have been successfully logged out. Bye!" %}

- {% translate "Sign in again" %} + {% translate "Sign in again" %}