diff --git a/teamtemp/templates/set.html b/teamtemp/templates/set.html index ae6fa1b0..2fe73607 100644 --- a/teamtemp/templates/set.html +++ b/teamtemp/templates/set.html @@ -76,7 +76,7 @@

Survey Settings

Team Name Change

{% for team in survey_teams %} - {{ team.pretty_team_name }}
+ {{ team.team_name }}
{% endfor %}
{{ form.current_team_name.errors }} @@ -92,7 +92,7 @@

Team Name Change

{{ form.censored_word.errors }}

- {{ form.censored_word }} (ALL occurences will be removed from this survey, ensure correct caps) + {{ form.censored_word }} (ALL occurences will be removed from this survey)
{{ form.default_tz.errors }}