From e2d206c25a21599aef8a4440a307796dcd63a036 Mon Sep 17 00:00:00 2001 From: Timur Ismagilov Date: Sun, 9 Jan 2022 02:13:36 +0500 Subject: [PATCH] Fix admin panel link --- views/readers.qtpl | 2 +- views/readers.qtpl.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/views/readers.qtpl b/views/readers.qtpl index 2a63fc2..a4f6395 100644 --- a/views/readers.qtpl +++ b/views/readers.qtpl @@ -104,7 +104,7 @@ If you rename .prevnext, change the docs too. {% if u.Group == "admin" %}
- {%s lc.Get("ui.admin_panel") %} + {%s lc.Get("ui.admin_panel") %}
{% endif %} {% endif %} diff --git a/views/readers.qtpl.go b/views/readers.qtpl.go index 4d7e8b2..e9f6f40 100644 --- a/views/readers.qtpl.go +++ b/views/readers.qtpl.go @@ -360,7 +360,7 @@ func StreamHyphaHTML(qw422016 *qt422016.Writer, rq *http.Request, lc *l18n.Local //line views/readers.qtpl:105 qw422016.N().S(`
- `) + `) //line views/readers.qtpl:107 qw422016.E().S(lc.Get("ui.admin_panel")) //line views/readers.qtpl:107