Skip to content

Commit fadf50b

Browse files
authored
Merge branch 'develop' into hm-457
2 parents c84bd13 + 6fbdcc4 commit fadf50b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)