You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

16 lines
332 B

{% extends "base.html" %}
{% block page %}
<h1>test</h1>
<form>
<textarea name="text"></textarea><br>
<input type="submit" name="submit" value="add">
</form>
<br>
<form>
<textarea name="text"></textarea><br>
<input type="submit" name="submit" value="update">
</form>
<hr>
<strong>{{ form }}</strong>: {{ text }}
{% endblock %}