proper prefix in templates: wikiqs -> qswiki

This commit is contained in:
2018-11-16 16:54:35 +01:00
parent 08968935a4
commit ebbea6c4f7
25 changed files with 104 additions and 104 deletions

View File

@ -1,11 +1,11 @@
{wikiqs:include:general_header}
{qswiki:include:general_header}
<main id="content">
<h2>Login</h2>
<form action="{wikiqs:var:loginurl}" method="POST">
<form action="{qswiki: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>
<input type="hidden" name="csrf_token" value="{qswiki:var:csrf_token}"></input>
</form>
</main>
{wikiqs:include:general_footer}
{qswiki:include:general_footer}