diff --git a/tabbycat/tournaments/templates/blank_site_start.html b/tabbycat/tournaments/templates/blank_site_start.html index 5f809b776af..0c005bc13b6 100644 --- a/tabbycat/tournaments/templates/blank_site_start.html +++ b/tabbycat/tournaments/templates/blank_site_start.html @@ -8,62 +8,73 @@ {% block content %} -
-
+
+

+ Tabbycat is free to use for non-profit and non-fundraising tournaments + (although donations are encouraged). If your tournament is run for profit + or for fundraising, please note that there is a + required payment. For more details, + see the + Tabbycat licence agreement. +

+
-

- {% blocktrans trimmed %} - Welcome to your new Tabbycat installation! - {% endblocktrans %} -

-

- {% blocktrans trimmed %} - To get started, you'll need to create the first user account. This account - is a "superuser" account: it will be able to edit anything on the site. - Therefore, you should use a strong password. - {% endblocktrans %} -

-

- {% blocktrans trimmed %} - You can only create this account once, but if you like, you can change the - username and password after it's created, or add new superusers afterwards. - {% endblocktrans %} -

+
+
-
- {% csrf_token %} +

+ {% blocktrans trimmed %} + Welcome to your new Tabbycat installation! + {% endblocktrans %} +

+

+ {% blocktrans trimmed %} + To get started, you'll need to create the first user account. This account + is a "superuser" account: it will be able to edit anything on the site. + Therefore, you should use a strong password. + {% endblocktrans %} +

+

+ {% blocktrans trimmed %} + You can only create this account once, but if you like, you can change the + username and password after it's created, or add new superusers afterwards. + {% endblocktrans %} +

- {% if form.errors %} -
- {% blocktrans trimmed %} - Whoops! There was an error with one or more fields. - {% endblocktrans %} - {{ form.non_field_errors }} -
- {% endif %} + + {% csrf_token %} - {% for field in form %} -
- -
- {{ field|addcss:"form-control" }} -
- {% if field.errors %} - {{ field.errors }} - {% endif %} -
- {% endfor %} + {% if form.errors %} +
+ {% blocktrans trimmed %} + Whoops! There was an error with one or more fields. + {% endblocktrans %} + {{ form.non_field_errors }} +
+ {% endif %} + {% for field in form %}
-
- + +
+ {{ field|addcss:"form-control" }}
+ {% if field.errors %} + {{ field.errors }} + {% endif %} +
+ {% endfor %} + +
+
+
+
- -
+
+
{% endblock %} diff --git a/tabbycat/tournaments/templates/create_tournament.html b/tabbycat/tournaments/templates/create_tournament.html index 5261704dfe4..469dce9fcd5 100644 --- a/tabbycat/tournaments/templates/create_tournament.html +++ b/tabbycat/tournaments/templates/create_tournament.html @@ -10,11 +10,12 @@

- As per - its license Tabbycat is free to use (although donations are encouraged) - for non-profit and non-fundraising - tournaments. If your tournament is run for profit or for fundraising note - that there is a required payment. + Tabbycat is free to use for non-profit and non-fundraising tournaments + (although donations are encouraged). If your tournament is run for profit + or for fundraising, please note that there is a + required payment. For more details, + see the + Tabbycat licence agreement.

@@ -65,15 +66,13 @@
- Just trying out Tabbycat? +

Just trying out Tabbycat? If you are just learning or playing around with Tabbycat it's easiest to create a 'demo' tournament that is prepopulated with a fake (but typical) set of teams, adjudicators, venues, and the like. - This demo tournament can then be easily deleted later on. -

-
+ This demo tournament can then be easily deleted later on.

-
+
-
+