Skip to content

Commit 89427d2

Browse files
authored
Added anchor tag to link to web faqs (#308)
1 parent 1788115 commit 89427d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

applications/forms/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ class ConfirmationInvitationForm(BootstrapFormMixin, forms.ModelForm):
160160
initial=False,
161161
widget=forms.RadioSelect(),
162162
help_text='We only provide travel reimbursement if you attend from outside of Catalonia, '
163-
'you can find more info in our website\'s FAQ'
163+
'you can find more info in our website\'s <a target="_blank" href="https://hackupc.com/#faqs">FAQs</a>.'
164164
)
165165

166166
mlh_required_terms = forms.BooleanField(

0 commit comments

Comments
 (0)