summaryrefslogtreecommitdiffstats
path: root/templates/profiles
diff options
context:
space:
mode:
authorsubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-13 05:55:00 +0100
committersubstantialnoninfringinguser <substantialnoninfringinguser@gmail.com>2009-05-13 05:55:00 +0100
commit8916b460e1b915d1a3aa32b3691da67b753f652b (patch)
treedd306a439c4a62188ba5a1f2e67e11cf811df19e /templates/profiles
parentb57452f68de8f73c63222c61fdae84f900c3a190 (diff)
downloadtroggle-8916b460e1b915d1a3aa32b3691da67b753f652b.tar.gz
troggle-8916b460e1b915d1a3aa32b3691da67b753f652b.tar.bz2
troggle-8916b460e1b915d1a3aa32b3691da67b753f652b.zip
[svn]
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8255 by aaron @ 2/23/2009 4:16 AM
Diffstat (limited to 'templates/profiles')
-rw-r--r--templates/profiles/profile_detail.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/profiles/profile_detail.html b/templates/profiles/profile_detail.html
index 543785f..baf3fae 100644
--- a/templates/profiles/profile_detail.html
+++ b/templates/profiles/profile_detail.html
@@ -1,5 +1,9 @@
{% extends "base.html" %}
+{% block contentheader %}
+<h1>Profile for {{ profile }}</h1>
+{% endblock %}
+
{% block content %}
{{ profile }}