From bf824750ca731b2dfd31a06e81fc7c28f8174c1d Mon Sep 17 00:00:00 2001 From: tshedor Date: Sun, 19 Feb 2012 17:49:57 -0600 Subject: [PATCH] Mobile compatibility, styling, link schema --- ebpub/ebpub/templates/db/schema_list.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/ebpub/ebpub/templates/db/schema_list.html b/ebpub/ebpub/templates/db/schema_list.html index fc6bb7fb..d107c5c0 100644 --- a/ebpub/ebpub/templates/db/schema_list.html +++ b/ebpub/ebpub/templates/db/schema_list.html @@ -6,11 +6,11 @@ {% block content %}
-

Browse news by type

+
{% for schemabunch in schema_list %} -

{{ schemabunch.schema.plural_name|capfirst }}

-

Browse:

-
+ {% if forloop.counter0|divisibleby:"2" %} {% else %}
{% endif %} {% endfor %}
{% endblock %}