diff --git a/lists/templates/base.html b/lists/templates/base.html
index 14505d51d3e987e807b42d5966e4ca40a019c161..7445080ba28b988574fd8360f3e25e8545fd67f8 100644
--- a/lists/templates/base.html
+++ b/lists/templates/base.html
@@ -37,6 +37,7 @@
         ​</div>
       ​</div>
 
+      <h5>{{ comment }}</h5>
     </div>
   </body>
 </html>
\ No newline at end of file
diff --git a/lists/templates/list.html b/lists/templates/list.html
index 8a35456fdd58c05f5d636d1d97c5271c0c593d03..cfd18c4487222ea1fab6d707685765d1f3465ed3 100644
--- a/lists/templates/list.html
+++ b/lists/templates/list.html
@@ -10,8 +10,6 @@
       <tr><td>{{ forloop.counter }}: {{ item.text }}</td></tr>
     {% endfor %}
   </table>
-
-  <h5>{{ comment }}</h5>
   
 {% endblock %}