Let's make (git) history!
This commit is contained in:
11
template/quitesimple/login
Normal file
11
template/quitesimple/login
Normal file
@ -0,0 +1,11 @@
|
||||
{wikiqs:include:general_header}
|
||||
<main id="content">
|
||||
<h2>Login</h2>
|
||||
<form action="{wikiqs:var:loginurl}" method="POST">
|
||||
Username: <input type="text" name="user" style="width: 25%;"></input><br>
|
||||
Password: <input type="password" name="password" style="width: 25%;"></input><br>
|
||||
<button type="submit" name="do" value="submit">Submit</button>
|
||||
<input type="hidden" name="csrf_token" value="{wikiqs:var:csrf_token}"></input>
|
||||
</form>
|
||||
</main>
|
||||
{wikiqs:include:general_footer}
|
Reference in New Issue
Block a user