aboutsummaryrefslogtreecommitdiff
path: root/codemash/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'codemash/templates/index.html')
-rw-r--r--codemash/templates/index.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/codemash/templates/index.html b/codemash/templates/index.html
index 29c949d..5f598b1 100644
--- a/codemash/templates/index.html
+++ b/codemash/templates/index.html
@@ -3,6 +3,8 @@
3{% block title %}Hello{% endblock %} 3{% block title %}Hello{% endblock %}
4 4
5{% block main %} 5{% block main %}
6 <h1>It worked!</h1> 6 <div id="summary">
7 <h2>Congratulations on your second Django-powered page.</h2> 7 <h1>It worked!</h1>
8 <h2>Congratulations on your second Django-powered page.</h2>
9 </div>
8{% endblock %} 10{% endblock %}