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

Commit 6fbdcc4

Browse files
authored
Merge pull request #471 from codeRIT/hm-470
fix: Shows questionnaires_closed_message on registration
2 parents d4ed086 + 9aba10f commit 6fbdcc4

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)