From caa97484455ad4b941bd9c522f6a8fc6f02300b6 Mon Sep 17 00:00:00 2001 From: Lacey Williams Henschel Date: Wed, 30 Nov 2022 12:50:00 -0800 Subject: [PATCH] :shirt: Linter --- templates/libraries/detail.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/libraries/detail.html b/templates/libraries/detail.html index fe60f240..45a22b9a 100644 --- a/templates/libraries/detail.html +++ b/templates/libraries/detail.html @@ -5,7 +5,7 @@ {% block content %}
- Libraries > Specific > Boost.JSON + Libraries > Specific > Boost.JSON
@@ -37,7 +37,7 @@

Categories

{% for c in object.categories.all %} - {{ c.name }}{% if not forloop.last %}, {% endif %} + {{ c.name }}{% if not forloop.last %}, {% endif %} {% endfor %}