changeset 1108:7fd997285c9e

Fix POTD HTML.
author Brian Neal <bgneal@gmail.com>
date Wed, 06 Jul 2016 21:46:45 -0500
parents 977e76f7f736
children bb7e2fc24690
files sg101/templates/potd/view.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sg101/templates/potd/view.html	Wed Jul 06 21:41:16 2016 -0500
+++ b/sg101/templates/potd/view.html	Wed Jul 06 21:46:45 2016 -0500
@@ -42,7 +42,7 @@
 </div>
 <div class="row">
    <div class="columns">
-      <div class="text-center"><p>{{ potd.description|safe }}</p></div>
+      <div class="text-center">{{ potd.description|safe }}</div>
    </div>
 </div>
 <div class="row">