From 53725e72bb1b5e24c9096b5ec77d5936969ebe14 Mon Sep 17 00:00:00 2001 From: John Doty Date: Mon, 25 Nov 2024 09:15:12 -0800 Subject: [PATCH] Correct embarassing mistake --- cry/views.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cry/views.py b/cry/views.py index 93046ea..d115939 100644 --- a/cry/views.py +++ b/cry/views.py @@ -5,7 +5,7 @@ import dominate.tags as tags from . import feed -class _time(tags.html_tag): +class time_(tags.html_tag): """The