Link back to event from gallery
This commit is contained in:
parent
8b280a33b6
commit
c2c80641a8
|
@ -114,7 +114,7 @@ ul.clearing-thumbs li {
|
|||
|
||||
.page-header {
|
||||
margin-top: 30px;
|
||||
padding-bottom: 20px;
|
||||
line-height: 0.4em !important;
|
||||
}
|
||||
|
||||
.thumbnail {
|
||||
|
|
|
@ -7,7 +7,8 @@
|
|||
{% for gallery in object.public_galleries %}
|
||||
<div class="row">
|
||||
<div class="medium-9 columns">
|
||||
<h5 class="page-header">From gallery {{ gallery.title }}</h5>
|
||||
<h6 class="page-header"><a href="/events/{{gallery.slug}}/">BACK</a></h6>
|
||||
<h5>From gallery {{ gallery.title }}</h5>
|
||||
<ul class="slider1">
|
||||
{% for photo.pk in gallery.public %}
|
||||
<li>
|
||||
|
|
Loading…
Reference in New Issue
Block a user