{% extends "bases/bootstrap-member.html" %} {% load bootstrap3 %} {% block content %}

Profile

{# Hmm. Not thrilled about this. #} {# Could use django-bootstrap3 which removes some of this ugliness. #} {# Or some AJAX-based way to retrieve messages. #} {# I don't like the use of cookies for this. #} {% bootstrap_messages %}
{% csrf_token %} {% bootstrap_form form %} {% buttons %} {% endbuttons %}
TODO: DOB, picture
{% endblock %}