proper prefix in templates: wikiqs -> qswiki
This commit is contained in:
@ -1,15 +1,15 @@
|
||||
{wikiqs:include:general_header}
|
||||
{qswiki:include:general_header}
|
||||
<main id="content">
|
||||
<h2>Login</h2>
|
||||
Register a new user
|
||||
<form action="{wikiqs:var:adminregisterurl}" method="POST">
|
||||
<form action="{qswiki:var:adminregisterurl}" method="POST">
|
||||
Username: <input type="text" name="user"></input><br>
|
||||
Password: <input type="password" name="password"></input><br>
|
||||
Repeat password: <input type="password" name="password2"></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}
|
||||
|
Reference in New Issue
Block a user