| commit 67: | 7ea97b025848 |
| parent 66: | 60ca54b27342 |
| branch: | default |
Remove the link to the original for now
19 months ago
Changed (Δ80 bytes):
raw changeset »
.hgignore (2 lines added, 0 lines removed)
biologeek/templates/photologue/photo_detail.html (2 lines added, 1 lines removed)
| … | … | @@ -15,3 +15,5 @@ biologeek/media |
15 |
15 |
initial_data.json |
16 |
16 |
settings.py |
17 |
17 |
django |
18 |
cache |
|
19 |
prod |
Up to file-list biologeek/templates/photologue/photo_detail.html:
18 |
18 |
|
19 |
19 |
{% block main %} |
20 |
20 |
<div class="photo"> |
21 |
|
|
21 |
{#<a href="{{ photo.image.url }}"><img src="{{ photo.display.url }}" alt="{{ photo.title }}"/></a>#} |
|
22 |
<img src="{{ photo.display.url }}" alt="{{ photo.title }}"/> |
|
22 |
23 |
<div class="photo-footer"> |
23 |
24 |
{% previous_in_gallery photo gallery %} |
24 |
25 |
{% next_in_gallery photo gallery %} |
