mirror of
https://gitlab.com/nekoya/web.git
synced 2025-03-19 05:31:30 +01:00
Update forgot password navbar from v3 to v2
This commit is contained in:
parent
104ebc0da6
commit
4f65421db9
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<%- include('../layouts/navbar.ejs', {types: 'v3', title: 'Forgot Password'}); %>
|
<%- include('../layouts/navbar.ejs', {types: 'v2', title: 'Forgot Password'}); %>
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
Loading…
Add table
Reference in a new issue