expoweb/troggle/templates/profiles/profile_detail.html

10 lines
177 B
HTML
Raw Normal View History

{% extends "base.html" %}
{% block content %}
{{ profile }}
{% if form.errors %}
<p class="errornote">Please correct the errors below</p>
{% endif %}
{% endblock %}