Skip to content
This repository was archived by the owner on Mar 1, 2026. It is now read-only.

Commit 9aba10f

Browse files
committed
fix: Shows questionnaires_closed_message on registration
1 parent d4ed086 commit 9aba10f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/devise/registrations/new.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#disclaimer
99
- if !HackathonConfig['accepting_questionnaires']
1010
.center
11-
%strong We are no longer accepting applications. Thanks to everyone who applied!
11+
%p= markdown(HackathonConfig['questionnaires_closed_message'])
1212
%br
1313
- if HackathonConfig['disclaimer_message'].present?
1414
= markdown(HackathonConfig['disclaimer_message'])

0 commit comments

Comments
 (0)