From fe11b1afb448b9db253d066bdce79c675ad6972d Mon Sep 17 00:00:00 2001 From: Calum Andrew Morrell Date: Fri, 9 May 2025 22:15:48 +0100 Subject: [PATCH 1/2] Uncommenting the article tags display in main article view --- articles/templates/articles/article_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/templates/articles/article_detail.html b/articles/templates/articles/article_detail.html index b08ac52..8d8ab02 100644 --- a/articles/templates/articles/article_detail.html +++ b/articles/templates/articles/article_detail.html @@ -22,7 +22,7 @@
Posted in the {{ article.category }} category -{# {% include 'articles/includes/display_tags.html' %}#} + {% include 'articles/includes/display_tags.html' %}
{% endblock %} \ No newline at end of file From ed75171326ce538b3a2739420f5fc871c47a3c54 Mon Sep 17 00:00:00 2001 From: Calum Andrew Morrell Date: Fri, 9 May 2025 22:26:57 +0100 Subject: [PATCH 2/2] bumped version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4a03122..697d11a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "drulum" -version = "0.1.0" +version = "0.1.1" description = "This is the Django project for drulum.com" requires-python = ">=3.13" dependencies = [