aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/templates/index.html')
-rw-r--r--frontend/templates/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontend/templates/index.html b/frontend/templates/index.html
index 782f407..fefa0c8 100644
--- a/frontend/templates/index.html
+++ b/frontend/templates/index.html
@@ -11,7 +11,7 @@
<table class="table table-striped">
{% for category in categories -%}
<tr>
- <td class="text-nowrap">{{ category.name }}</td>
+ <td class="text-nowrap"><a href="category/{{ category.name }}">{{ category.name }}</a></td>
<td>{{ category.description }}</td>
</tr>
{%- endfor %}
@@ -19,4 +19,4 @@
</div>
</div>
-{% endblock %} \ No newline at end of file
+{% endblock %}