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 %}{% endif %}
{% endfor %}
{{ 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 }}
+