From f547a33e18f3c3b6de199d72e2c6fcfbb94de11b Mon Sep 17 00:00:00 2001 From: luxagraf Date: Mon, 5 Sep 2022 10:44:43 -0500 Subject: essays: cleaned up templates, fixed some stray bugs --- app/sightings/templates/sightings/ap_detail.html | 26 ++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) (limited to 'app/sightings') diff --git a/app/sightings/templates/sightings/ap_detail.html b/app/sightings/templates/sightings/ap_detail.html index 72c3666..c27b81e 100644 --- a/app/sightings/templates/sightings/ap_detail.html +++ b/app/sightings/templates/sightings/ap_detail.html @@ -2,7 +2,18 @@ {% load typogrify_tags %} {% block extrahead %} {% endblock %} {% block bodyid %}class="detail center"{%endblock%} @@ -10,7 +21,7 @@ {% block primary %}
-

{{object.common_name}}

+

{{object.common_name}}

{{object.scientific_name}}

Family {{object.apclass.scientific_name}} ({{object.apclass}})

@@ -38,6 +49,8 @@ {%endfor%} +
+
{% endblock %} @@ -45,13 +58,14 @@ {% block js %} - +{{ block.super }} {% endblock %} -- cgit v1.2.3-70-g09d2