neddit

the frontend of the frontpage of the internet  https://neddit.ce9e.org
git clone https://git.ce9e.org/neddit.git

commit
758cdd81113b1444cbf66d8cbb513bea059f9810
parent
2b8c910b9a375c73d23773211c13c892adf007af
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2020-07-30 12:24
fix template nesting

Diffstat

M templates/_comments.html 4 ++--

1 files changed, 2 insertions, 2 deletions


diff --git a/templates/_comments.html b/templates/_comments.html

@@ -19,8 +19,8 @@
   19    19 					{% with comments=comment.data.replies, parent=comment %}
   20    20 						{% include '_comments.html' %}
   21    21 					{% endwith %}
   22    -1 				{% endif %}
   23    -1 			</li>
   -1    22 				</li>
   -1    23 			{% endif %}
   24    24 		{% endfor %}
   25    25 	</ul>
   26    26 {% endif %}