From 7f497a6e99fff99f45bbd68466d7e0ae1bee0539 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Fri, 24 Oct 2014 20:27:40 -0400 Subject: rewrote notes a bit to allow for longer notes and changed action tags to indie-action --- design/templates/archives/notes.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'design/templates/archives/notes.html') diff --git a/design/templates/archives/notes.html b/design/templates/archives/notes.html index c6c6e34..4ee5269 100644 --- a/design/templates/archives/notes.html +++ b/design/templates/archives/notes.html @@ -14,7 +14,7 @@

Field Notes

{% for object in object_list %}
-

{{object.title|safe|amp|smartypants}}

+

{{object.title|safe|amp|smartypants}}

{{object.render|safe|amp|smartypants|urlizetrunc:45 }}
@@ -36,17 +36,17 @@ {% endif %} -- cgit v1.2.3