diff options
author | Frédéric Guillot <fred@miniflux.net> | 2018-03-01 23:06:28 -0800 |
---|---|---|
committer | Frédéric Guillot <fred@miniflux.net> | 2018-03-01 23:06:28 -0800 |
commit | 5185bf0c7ea5522ee2b00d57e3954549b314553a (patch) | |
tree | d8fcf33ca6970ec0c90fd92c7fcadd3069528e57 /template | |
parent | cbd273da2bf722ce121dec3c6dc91d5187a17c08 (diff) |
Fix typo in edit user template
Diffstat (limited to 'template')
-rw-r--r-- | template/html/edit_user.html | 2 | ||||
-rw-r--r-- | template/views.go | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/template/html/edit_user.html b/template/html/edit_user.html index 8c2d9fa..06539d9 100644 --- a/template/html/edit_user.html +++ b/template/html/edit_user.html @@ -2,7 +2,7 @@ {{ define "content"}} <section class="page-header"> - <h1>{{ t "Edit user %s" .selected_user.Username }}"</h1> + <h1>{{ t "Edit user %s" .selected_user.Username }}</h1> <ul> <li> <a href="{{ route "settings" }}">{{ t "Settings" }}</a> diff --git a/template/views.go b/template/views.go index d4240a7..6f04da9 100644 --- a/template/views.go +++ b/template/views.go @@ -1,5 +1,5 @@ // Code generated by go generate; DO NOT EDIT. -// 2018-02-24 17:47:34.996504904 +0000 GMT +// 2018-03-01 23:04:58.998374277 -0800 PST m=+0.022158179 package template @@ -416,7 +416,7 @@ var templateViewsMap = map[string]string{ {{ define "content"}} <section class="page-header"> - <h1>{{ t "Edit user %s" .selected_user.Username }}"</h1> + <h1>{{ t "Edit user %s" .selected_user.Username }}</h1> <ul> <li> <a href="{{ route "settings" }}">{{ t "Settings" }}</a> @@ -1232,7 +1232,7 @@ var templateViewsMapChecksums = map[string]string{ "create_user": "233764778c915754141a20429ec8db9bf80ef2d7704867a2d7232c1e9df233ae", "edit_category": "cee720faadcec58289b707ad30af623d2ee66c1ce23a732965463250d7ff41c5", "edit_feed": "d2c1c8486d7faf4ee58151ccf3e3c690e53bd6872050d291c5db8452a83c3d53", - "edit_user": "5edd693460330750ba5ee03319d4e3cb5aabbd9a0e48b3b760799bca72c5ec4e", + "edit_user": "321e0a60cf3bf7441bff970f4920e4c5b7c1883f80ab1d1674f8137954b25033", "entry": "27ea028515e79beb546f0b2792a3918c455fd877eea4c41d1a061f8e7b54a430", "feed_entries": "420da786e827a77fecc8794207d158af3a30e489ca2b2019f48d5228919af4a7", "feeds": "2a5abe37968ea34a0576dbef52341645cb1fc9562e351382fbf721491da6f4fa", |