diff --git a/ebpub/ebpub/templates/db/schema_detail.html b/ebpub/ebpub/templates/db/schema_detail.html index 1b869da8..140d126b 100644 --- a/ebpub/ebpub/templates/db/schema_detail.html +++ b/ebpub/ebpub/templates/db/schema_detail.html @@ -14,24 +14,25 @@ {% endblock %} {% block content %} -
+
+

{% map_icon_img schema %} {{ schema.plural_name|capfirst }}

-

{{ schema.short_description }}

- +
{{ schema.short_description }}
{% block extradescription %}{%endblock%}

About this section

-
-
Source
-
{{ schema.short_source|default:"–" }}
-
Updated
-
{{ schema.update_frequency|default:"–" }}
-
- {% if schema.allow_charting %} - {% with "filter/" as search_url %} - {% include "db/snippets/filter_left_nav.html" %} - {% endwith %} - {% endif %} + {{ schema.summary|default:"–"|safe }} +
+ From {{ schema.source|default:"–"|safe }} +  |  + Updated + {% if schema.slug == "tweets" %} + Every 5 minutes + {% else %} + {{ schema.update_frequency|default:"–"|safe }} + {% endif %} + +
{% if schema.allow_charting %} {% if date_chart %}
@@ -46,8 +47,8 @@

{{ date_chart.total_count|intcomma }} {% schema_plural_name {% endif %} {% for location_chart in location_chartfield_list %}
-

By {{ location_chart.location_type.name }}

- +

By {{ location_chart.location_type.name }}

+
{% for location in location_chart.locations %}
@@ -132,5 +133,11 @@

Most recent {{ schema.plural_name }}

{% endif %} {% endif %} + + {% if schema.allow_charting %} + {% with "filter/" as search_url %} + {% include "db/snippets/filter_left_nav.html" %} + {% endwith %} + {% endif %} {% endblock %}