Skip to content

Commit

Permalink
Add text overrides for band checklist
Browse files Browse the repository at this point in the history
Requested via Slack.
  • Loading branch information
kitsuta committed Oct 5, 2023
1 parent 5d82b11 commit a8385df
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
13 changes: 13 additions & 0 deletions magprime/templates/guest_checklist/band_bio_deadline.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{% extends "guest_checklist/bio_deadline.html" %}

{% block deadline_text %}
{% if guest.bio_status %}
You have already provided us with your information, but you can use the link above to update it.
{% if not guest.bio.uploaded_pic %}
We encourage you to upload a picture (which you have NOT yet done) so that we can
include it on our website.
{% endif %}
{% else %}
Use the link above to provide us with the information needed to promote your presence at Super MAGFest via Social Media.
{% endif %}
{% endblock %}
11 changes: 11 additions & 0 deletions magprime/templates/guest_checklist/band_travel_plans_deadline.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{% extends "guest_checklist/travel_plans_deadline.html" %}

{% block deadline_text %}
{% if guest.travel_plans_status %}
You have already told us how you will be traveling to {{ c.EVENT_NAME }}, but you can use the link above to update your
preferences.
{% else %}
Use the link above to provide travel details so that our liaison team can coordinate with you on providing anything that
you may need to arrive at Super MAGFest.
{% endif %}
{% endblock %}

0 comments on commit a8385df

Please sign in to comment.