Lots of changes to fix lots of bugs and add comments to blog
[sommitrealweird.git] / sommitrealweird / photo / templates / photo / album_index.html
index df9259e9807a807bc3e37cf9de4eea4eed835a5d..beaeacbd6300333795079ec794917138bc0528dc 100644 (file)
@@ -1,6 +1,8 @@
 {% extends "base.html" %}
 {% load thumbnail %}
-{% load markup %}
+{% load xhtml11rst %}
+
+{% block title %}Photos{% endblock %}
 
 {% block content %}
     {% if object_list %}
@@ -15,7 +17,7 @@
                 {% endif %}
                 <h2><a href="{{ album.slug }}/">{{ album.name }}</a></h2>
                 {% if album.caption %}
-                <p>{{ album.caption }}</h2>
+                <p>{{ album.caption }}</p>
                 {% endif %}
                 <div style="clear: both;">&nbsp;</div>
             </div>