Add login, user_edit, user_info
This commit is contained in:
9
templates/user_edit.html
Normal file
9
templates/user_edit.html
Normal file
@@ -0,0 +1,9 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block content %}
|
||||
<form method="post">
|
||||
<p>{{ name }}</p>
|
||||
<textarea name="about">{{ about }}</textarea>
|
||||
<input type="submit" value="Update">
|
||||
</form>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user