Update to v1.7

close #1
close #2
This commit is contained in:
Lost-MSth
2020-11-27 21:35:35 +08:00
parent 30690b2fbf
commit dfcbb6f9c0
22 changed files with 1635 additions and 296 deletions

View File

@@ -25,4 +25,13 @@
<div class="content">At present, only memories can be modified.</div>
<input type="submit" value="Edit">
</form>
<br />
<hr />
<form action="/web/changeuser/edituser" method="post">
<div class="title">Edit all the users</div>
<label for="ticket">Memories</label>
<input name="ticket" id="ticket">
<input type="submit" value="Edit all">
</form>
{% endblock %}