{% extends "base.html" %} {% block content %}

Edit Your Profile

{{form.hidden_tag()}}
Your nickname: {{form.nickname(size = 24)}}
About yourself: {{form.about_me(cols = 32, rows = 4)}}
{% endblock %}