From: Frédéric Péters Date: Wed, 4 Sep 2019 09:57:12 +0000 (+0200) Subject: templates: style tables X-Git-Tag: v2021~275 X-Git-Url: https://git.0d.be/?p=django-panik-nonstop.git;a=commitdiff_plain;h=522c8dc4f2c06aa1d434f44c243015cea7371d63 templates: style tables --- diff --git a/nonstop/templates/nonstop/cleanup.html b/nonstop/templates/nonstop/cleanup.html index 8d155a5..121e467 100644 --- a/nonstop/templates/nonstop/cleanup.html +++ b/nonstop/templates/nonstop/cleanup.html @@ -20,7 +20,7 @@ {% if tracks.exists %}
{% csrf_token %} - +
{% for track in tracks %}
diff --git a/nonstop/templates/nonstop/search.html b/nonstop/templates/nonstop/search.html index 7ce6adf..93ab2a7 100644 --- a/nonstop/templates/nonstop/search.html +++ b/nonstop/templates/nonstop/search.html @@ -18,7 +18,7 @@
{% if tracks %} - +
{% for track in tracks %}
{{track.title}} {{track.artist.name}}