From aa3e196b8f21314cfa3aa301f9a25ff1ff1b4bb8 Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Sun, 8 May 2022 18:51:09 +0900 Subject: [PATCH] Make comment content required --- templates/posts/details.rs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/posts/details.rs.html b/templates/posts/details.rs.html index ce881d3b..8ffd6ca8 100644 --- a/templates/posts/details.rs.html +++ b/templates/posts/details.rs.html @@ -155,7 +155,7 @@ @if let Some(ref prev) = previous_comment { } - + }