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

 {{ g.user.nickname }}'s Settings

Enable Statistics
{{ form.hidden_tag() }}

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

{{ form.hitbox(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 %}