diff --git a/humbug/settings.py b/humbug/settings.py index 84e5ef1d97..c72d979e81 100644 --- a/humbug/settings.py +++ b/humbug/settings.py @@ -46,7 +46,6 @@ USE_TZ = True SITE_ROOT = os.path.realpath(os.path.dirname(__file__)) TEMPLATE_DIRS = ( os.path.join(SITE_ROOT, '..', 'templates'),) -print TEMPLATE_DIRS # URL that handles the media served from MEDIA_ROOT. Make sure to use a # trailing slash. diff --git a/templates/zephyr/index.html b/templates/zephyr/index.html index 4cf65b67ca..f6cac92b69 100644 --- a/templates/zephyr/index.html +++ b/templates/zephyr/index.html @@ -138,8 +138,8 @@ function get_updates() { var new_str = " \

\ \ -

" + zephyr.zephyr_class.name + -" / " + zephyr.instance + " / " + zephyr.sender + "
" + +

" + zephyr.zephyr_class + +" / " + zephyr.instance + " / " + zephyr.sender + "
" + zephyr.content + "

\ " @@ -165,7 +165,7 @@ Content: