Remove a word.
authorRadek Czajka <rczajka@rczajka.pl>
Tue, 1 Jun 2021 13:13:41 +0000 (15:13 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Tue, 1 Jun 2021 13:13:41 +0000 (15:13 +0200)
src/catalogue/templates/catalogue/collection_box.html

index 38855d9..c19ea8d 100644 (file)
@@ -1,7 +1,7 @@
 {% spaceless %}
   {% load i18n %}
   <div class="collection-box white-box">
-    <h2><a href="{{ collection.get_absolute_url }}">{% trans "Collection" %}: {{ collection }}</a></h2>
+    <h2><a href="{{ collection.get_absolute_url }}">{{ collection }}</a></h2>
     <div class="description">
     {% if collection.description %}
       {{ collection.description|safe|truncatewords_html:40 }}