proper prefix in templates: wikiqs -> qswiki

这个提交包含在:
2018-11-16 16:54:35 +01:00
父节点 d3af8d8c53
当前提交 f992f4d20b
共有 25 个文件被更改,包括 104 次插入104 次删除

查看文件

@ -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}