From dc9d0910c93f91c16481b9540f16fb06a419fb21 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sat, 5 Mar 2016 17:19:08 -0500 Subject: Added map to bird detail page --- design/templates/details/bird.html | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'design/templates/details/bird.html') diff --git a/design/templates/details/bird.html b/design/templates/details/bird.html index 0a91317..9676683 100644 --- a/design/templates/details/bird.html +++ b/design/templates/details/bird.html @@ -1,13 +1,29 @@ {% extends 'base.html' %} {% block extrahead %} + {% endblock %} +{% block bodyid %}class="birds"{%endblock%} {% block primary %}
-{{object.common_name}} +
+

{{object.common_name}}

+

Seen by {% for person in sighting.seen_by.all %}{{person}}{%if forloop.last %}{%else%}{% if forloop.revcounter == 2 %}, and {%else%}, {%endif%}{%endif%}{%endfor%}

+ - +
{% endblock %} +{% block js %} + + + +{% endblock %} -- cgit v1.2.3-70-g09d2