diff --git a/src/albums/templates/album_detail.html b/src/albums/templates/album_detail.html index 69c0129..c5d846d 100644 --- a/src/albums/templates/album_detail.html +++ b/src/albums/templates/album_detail.html @@ -68,10 +68,8 @@
{{ album.title }}
-
- {% block album_detail %} - {% endblock %} -
+ {% block album_detail %} + {% endblock %}
diff --git a/src/albums/templates/album_slideshow.html b/src/albums/templates/album_slideshow.html index 6010889..7865ef0 100644 --- a/src/albums/templates/album_slideshow.html +++ b/src/albums/templates/album_slideshow.html @@ -1,13 +1,34 @@ {% extends "album_detail.html" %} +{% load humanize %} {% block album_detail %} -
-
+
+ +
+
+ + +
+
+