{% extends "layout.html" %} {% block title %}Settings for {{ g.user.nickname }} - DotaNoobs {% endblock %} {% block content %}

 {{ user.nickname }}

{{ form.hidden_tag() }}
Settings

{{ form.twitch(placeholder="e.g. shaneomad") }}

{{ form.bio_text(rows=14, class='uk-width-1-1', data=g.user.bio_text, placedholder='What you place here is displayed in your profile when other users view it.') }}
Cancel
{% endblock %}