Skip to content

Commit

Permalink
Added anchor tag to link to web faqs (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardm27 authored Mar 11, 2024
1 parent 1788115 commit 89427d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/forms/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ class ConfirmationInvitationForm(BootstrapFormMixin, forms.ModelForm):
initial=False,
widget=forms.RadioSelect(),
help_text='We only provide travel reimbursement if you attend from outside of Catalonia, '
'you can find more info in our website\'s FAQ'
'you can find more info in our website\'s <a target="_blank" href="https://hackupc.com/#faqs">FAQs</a>.'
)

mlh_required_terms = forms.BooleanField(
Expand Down

0 comments on commit 89427d2

Please sign in to comment.