diff --git a/bands/templates/bandbase.html b/bands/templates/bandbase.html index eff03f3..7b3464f 100644 --- a/bands/templates/bandbase.html +++ b/bands/templates/bandbase.html @@ -1,27 +1,13 @@ {% extends "preregistration/preregbase.html" %} -{% block title %}Band Information{% endblock %} + +{% block title %} + Band Information +{% endblock title %} + {% block content %} - -
-
- {% block body %}{% endblock %} -
+
+ {% block body %}{% endblock body %} +
-{% endblock %} +{% endblock content %} diff --git a/bands/templates/bands/agreement.html b/bands/templates/bands/agreement.html index 8e2e1a3..9c863df 100644 --- a/bands/templates/bands/agreement.html +++ b/bands/templates/bands/agreement.html @@ -59,60 +59,57 @@

Your Information:

{% csrf_token %} -
- -
- -

+

-
- -
- -
- -

+ + +

  • + + + Please enter the cellphone number of your preferred Point of Contact for any issues we may need to contact you about on-site. -

    -
  • -
    - -
    - -
    - -

    + + +

  • + + + Please be as specific as possible about the day and time you plan on arriving at {{ c.EVENT_NAME }}. -

    -
  • -
    - -
    - -
    - {% checkbox band_info.bringing_vehicle %} We will be parking at MAGFest. -
    -
    - - - -
    -
    - -
    -
    + + +
  • + +
  • + + -

    Want a Panel?

    +

    + Want a Panel? +

    +

    Many of our musical guests are also interested in offering an panel. While we cannot guarantee that we'll have room in -our schedule to accommodate all requests, we definitely want to hear your ideas. Please fill out the - -

    +our schedule to accommodate all requests, we definitely want to hear your ideas. +

    +

    + If you have an idea please fill out the form below: +

    {% csrf_token %} -
    - -
    - -
    -
    +
    + + +
    -
    - -
    +
      +
    • + +
      -
    + -
    - -
    +
  • + +

    An hour is typical, including time for Q&A.

    -
  • + -
    - -
    +
  • + +
    -
  • + -
    - -
    +
  • + +
    {% checkgroup band_panel.tech_needs %}
    -
  • + -
    -
    - +
  • +
    +
    -
  • + + {% endblock %} diff --git a/bands/templates/bands/stage_plot.html b/bands/templates/bands/stage_plot.html index 56a4d74..f8096c2 100644 --- a/bands/templates/bands/stage_plot.html +++ b/bands/templates/bands/stage_plot.html @@ -1,19 +1,31 @@ {% extends "bandbase.html" %} {% block body %} -

    Stage Layout for {{ band.group.name }}

    +

    + Stage Layout for {{ band.group.name }} +

    -Please upload your desired stage layouts. This can be in the form of written directions, an image, PDF, or a zipfile -containing a collection of files explaining what you need. - -

    +

    + Please upload your desired stage layouts. This can be in the form of written directions, an image, PDF, or a zipfile + containing a collection of files explaining what you need. +

    {% csrf_token %} - - +
    +
    + Upload File + +
    +
    + +
    +
    +
    + +
    {% endblock %} diff --git a/bands/templates/bands/w9.html b/bands/templates/bands/w9.html index d375327..e6d4b1a 100644 --- a/bands/templates/bands/w9.html +++ b/bands/templates/bands/w9.html @@ -3,17 +3,29 @@

    Completed W9 for {{ band.group.name }}

    -You can find a blank W9 form here. Please upload -a filled out copy of this form below: - -

    +

    + You can find a blank W9 form here. +
    + Please upload a filled out copy of this form below: +

    {% csrf_token %} - - + +
    +
    + W-9 + +
    +
    + +
    +
    +
    + +
    {% endblock %}