From 8d844934ed578f7795eec862403edba773e5e364 Mon Sep 17 00:00:00 2001 From: socks Date: Thu, 20 Apr 2017 18:43:28 +0100 Subject: [PATCH] Converted tags.html to unix format file - Forgot to do this in last commit --- smash/templates/tags.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/smash/templates/tags.html b/smash/templates/tags.html index 848b490..30be9a1 100644 --- a/smash/templates/tags.html +++ b/smash/templates/tags.html @@ -1,8 +1,8 @@ -{% extends "base.html" %} -{% block content %} - -{% for tag in tags %} - {{tag}}
-{% endfor %} - -{% endblock %} +{% extends "base.html" %} +{% block content %} + +{% for tag in tags %} + {{tag}}
+{% endfor %} + +{% endblock %}