diff --git a/ram/portal/templates/base.html b/ram/portal/templates/base.html index 17470d6..cd660f5 100644 --- a/ram/portal/templates/base.html +++ b/ram/portal/templates/base.html @@ -88,7 +88,10 @@ {% if i.is_thumbnail %}Card image cap{% endif %} {% endfor %}
-

{{ r }}

+

+ {{ r }} + +

{% if r.tags.all %}

Tags: {% for t in r.tags.all %} diff --git a/ram/portal/templates/companies.html b/ram/portal/templates/companies.html index 73741ee..d9c5da4 100644 --- a/ram/portal/templates/companies.html +++ b/ram/portal/templates/companies.html @@ -9,7 +9,9 @@

-

{{ c.name }}

+

+ {{ c.name }} +

diff --git a/ram/portal/templates/consist.html b/ram/portal/templates/consist.html index ffc138f..8256abd 100644 --- a/ram/portal/templates/consist.html +++ b/ram/portal/templates/consist.html @@ -19,7 +19,10 @@ {% if i.is_thumbnail %}Card image cap{% endif %} {% endfor %}
-

{{ r }}

+

+ {{ r }} + +

{% if r.rolling_stock.tags.all %}

Tags: {% for t in r.rolling_stock.tags.all %} diff --git a/ram/portal/templates/consists.html b/ram/portal/templates/consists.html index 4a4d3ed..d97a591 100644 --- a/ram/portal/templates/consists.html +++ b/ram/portal/templates/consists.html @@ -10,7 +10,10 @@

{% if c.image %}Card image cap{% endif %}
-

{{ c }}

+

+ {{ c }} + +

{% if c.tags.all %}

Tags: {% for t in c.tags.all %}