Skip to content

Commit ef1d0cc

Browse files
karbassiCopilot
andauthored
Update weallcode/views/programs.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 28f8c0f commit ef1d0cc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

weallcode/views/programs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ def get_context_data(self, **kwargs):
6464
days=-settings.MAX_DAYS_FOR_PARENTS,
6565
)
6666

67-
if IS_PARENT and open_signup_time > NOW:
67+
if IS_PARENT and NOW < open_signup_time:
6868
session.class_status = (
6969
f"Sign up available {open_signup_time.humanize(NOW)}"
7070
)

0 commit comments

Comments
 (0)