Skip to content

Commit

Permalink
Add COVID policy alert box to seller app
Browse files Browse the repository at this point in the history
  • Loading branch information
kitsuta committed Aug 11, 2023
1 parent c72c260 commit 7ef9d2e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions magprime/templates/forms/table_info.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{% extends 'forms/table_info.html' %}

{% block name_desc %}
<div class="row g-sm-3">
<div class="col-12">
<div class="alert alert-info" role="alert">
Please review our <a href="https://super.magfest.org/covid" target="_blank">health and safety policies</a> for Super MAGFest 2024 before filling out this application.
</div>
</div>
</div>
{% endblock %}

{% block website %}
<div class="row g-sm-3">
<div class="col-12 col-sm-6">{{ form_macros.form_input(table_info.website) }}</div>
Expand Down

0 comments on commit 7ef9d2e

Please sign in to comment.