From 9d73326aad4d9aee61a16f7274819fa93f32dc72 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Thu, 2 May 2019 09:36:31 -0500 Subject: migrated to LXC container --- design/templates/base.html | 2 +- design/templates/notes/notes_list.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'design/templates') diff --git a/design/templates/base.html b/design/templates/base.html index cdbed90..7049d5e 100644 --- a/design/templates/base.html +++ b/design/templates/base.html @@ -16,7 +16,7 @@ {% block jsinclude %}{%endblock%} - +
diff --git a/design/templates/notes/notes_list.html b/design/templates/notes/notes_list.html index 5b050b4..6cf4347 100644 --- a/design/templates/notes/notes_list.html +++ b/design/templates/notes/notes_list.html @@ -16,7 +16,7 @@ {% endfor %} {% endif %} - {% if tags|length >= 1%}

Tagged with: {% for tag in tags%}{{tag.name}}{%endfor%}

{%endif%} + {% if tags|length >= 1%}

Tagged with: {% for tag in tags%}{{tag.name}} View Outline{%endfor%}

{%endif%}
{%comment%}