From c2c80641a8f577ce276c2f7642794dc1c6c5b0d5 Mon Sep 17 00:00:00 2001 From: vaishk Date: Wed, 20 Dec 2017 23:52:44 +0530 Subject: [PATCH] Link back to event from gallery --- camp/static/css/main.css | 2 +- content/templates/photologue/photo_detail.html | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/camp/static/css/main.css b/camp/static/css/main.css index 4d7c35e..1ab0e19 100644 --- a/camp/static/css/main.css +++ b/camp/static/css/main.css @@ -114,7 +114,7 @@ ul.clearing-thumbs li { .page-header { margin-top: 30px; - padding-bottom: 20px; + line-height: 0.4em !important; } .thumbnail { diff --git a/content/templates/photologue/photo_detail.html b/content/templates/photologue/photo_detail.html index 40de8ff..2fd9227 100644 --- a/content/templates/photologue/photo_detail.html +++ b/content/templates/photologue/photo_detail.html @@ -7,7 +7,8 @@ {% for gallery in object.public_galleries %}
- + +
From gallery {{ gallery.title }}
    {% for photo.pk in gallery.public %}