diff --git a/templates/libraries/_library_list_item.html b/templates/libraries/_library_list_item.html index f55af23d..e1a671c1 100644 --- a/templates/libraries/_library_list_item.html +++ b/templates/libraries/_library_list_item.html @@ -1,23 +1,23 @@ {% load static %}
-
-

{{ library.name }}

-

{{ library.description }}

-
-
First Release: X.YY.Z
-
Categories: {% for c in library.categories.all %}{{ c.name }}{% if not forloop.last %}, {% endif %}{% endfor %}
-
-
C++ Standard Minimum Level: {{ library.cpp_standard_minimum }}
-
-
-
-
Author(s):
-
- {% for author in library.authors.all %} -
user {{ author.get_full_name }}
- {% endfor %} -
-
+
+

{{ library.name }}

+

{{ library.description }}

+
+
First Release: X.YY.Z
+
Categories: {% for c in library.categories.all %}{{ c.name }}{% if not forloop.last %}, {% endif %}{% endfor %}
+
+
C++ Standard Minimum Level: {{ library.cpp_standard_minimum }}
+
+
+
+
Author(s):
+
+ {% for author in library.authors.all %} +
user {{ author.get_full_name }}
+ {% endfor %}
+
+
diff --git a/templates/libraries/list.html b/templates/libraries/list.html index 5e2ba24b..2b4d52a2 100644 --- a/templates/libraries/list.html +++ b/templates/libraries/list.html @@ -24,11 +24,11 @@
-
+ {% csrf_token %}
- -