Add thread creation & deletion
This commit is contained in:
9
templates/new_thread.html
Normal file
9
templates/new_thread.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block content %}
|
||||
<form method="post">
|
||||
<input type="text" name="title">
|
||||
<textarea name="text"></textarea>
|
||||
<input type="submit" value="Post">
|
||||
</form>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user