david / biologeek (http://biologeek.com/)

Source code of biologeek.com weblog under WTFPL.

Clone this repository (size: 252.7 KB): HTTPS / SSH
$ hg clone http://code.welldev.org/biologeek

Changed (Δ80 bytes):

raw changeset »

.hgignore (2 lines added, 0 lines removed)

biologeek/templates/photologue/photo_detail.html (2 lines added, 1 lines removed)

Up to file-list .hgignore:

@@ -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
    <a href="{{ photo.image.url }}"><img src="{{ photo.display.url }}" alt="{{ photo.title }}"/></a>
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 %}