Skip to content
Snippets Groups Projects
Commit a3a49b3e authored by Wilson JALLET's avatar Wilson JALLET :money_with_wings:
Browse files

updated pug template

parent 627e63b4
No related branches found
No related tags found
No related merge requests found
...@@ -21,5 +21,5 @@ block content ...@@ -21,5 +21,5 @@ block content
a(class="button button-small",href="/voyager") Voyager a(class="button button-small",href="/voyager") Voyager
| |
p Currently logged in as: #{userName}. p Currently logged in as: #{userName}.
form(action="/logout", method="post") form(action="/adminview/avlogout", method="post")
button.form-control(type="submit",class="button") Déconnexion/<em>Logout</em> button.form-control(type="submit",class="button") Déconnexion/<em>Logout</em>
...@@ -6,7 +6,7 @@ block content ...@@ -6,7 +6,7 @@ block content
p Veuillez vous connecter. p Veuillez vous connecter.
p <em>Please log in.</em> p <em>Please log in.</em>
p #{errorMessage} p #{errorMessage}
form(action="/adminview/login", method="post") form(action="/adminview/avlogin", method="post")
div.form-group div.form-group
label(for="username") Frankiz ID label(for="username") Frankiz ID
input.form-control(type="text", placeholder="User", name="username") input.form-control(type="text", placeholder="User", name="username")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment