Converted tags.html to unix format file

- Forgot to do this in last commit
This commit is contained in:
socks 2017-04-20 18:43:28 +01:00
parent 911333d9d3
commit 8d844934ed

View file

@ -1,8 +1,8 @@
{% extends "base.html" %}
{% block content %}
{% for tag in tags %}
<a class="badge" href="/tag/{{tag}}">{{tag}}</a><br />
{% endfor %}
{% endblock %}
{% extends "base.html" %}
{% block content %}
{% for tag in tags %}
<a class="badge" href="/tag/{{tag}}">{{tag}}</a><br />
{% endfor %}
{% endblock %}