First Commit
This commit is contained in:
Executable
+10
@@ -0,0 +1,10 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h1>AFK Management</h1>
|
||||
<form method="post">
|
||||
<label for="reason">Reason for AFK:</label>
|
||||
<input type="text" name="reason" id="reason">
|
||||
<button type="submit">Set AFK</button>
|
||||
</form>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user