forked from expo/troggle
8916b460e1
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8255 by aaron @ 2/23/2009 4:16 AM
14 lines
258 B
HTML
14 lines
258 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block contentheader %}
|
|
<h1>Profile for {{ profile }}</h1>
|
|
{% endblock %}
|
|
|
|
{% block content %}
|
|
|
|
{{ profile }}
|
|
|
|
{% if form.errors %}
|
|
<p class="errornote">Please correct the errors below</p>
|
|
{% endif %}
|
|
{% endblock %} |