Tiny search improvements
authorCharles Connell <charles@connells.org>
Fri, 3 Jan 2014 15:19:50 +0000 (10:19 -0500)
committerCharles Connell <charles@connells.org>
Fri, 3 Jan 2014 17:18:54 +0000 (12:18 -0500)
karmaworld/apps/notes/search.py
karmaworld/templates/notes/note_list_entry.html

index db36aa78be5447b155a72ae4a7143b9c772897bf..856a84a7bda9c72bfc432481b83c15f2d4c7317e 100644 (file)
@@ -8,6 +8,7 @@ import karmaworld.secret.indexden as secret
 
 import logging
 
+logging.basicConfig()
 logger = logging.getLogger(__name__)
 
 api_client = itc.ApiClient(secret.PRIVATE_URL)
index 627a7c85a120f217054f35b92bfc5d853bd93251..c6403860ff0ccc6d32b042f2cc87d4c1e034ecad 100644 (file)
@@ -22,7 +22,7 @@
 
     <div class="note_preview">
       {% if note_preview %}
-        {{ note_preview|safe }} &hellip;
+        {{ note_preview|safe }}
       {% else %}
         {{ note.text|slice:":500" }} &hellip;
       {% endif %}