Skip to content

Commit

Permalink
Don't hide underscores in team names
Browse files Browse the repository at this point in the history
  • Loading branch information
rloomans committed Dec 21, 2016
1 parent 3e1e464 commit 7183d5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions teamtemp/templates/set.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h2>Survey Settings</h2>

<h3>Team Name Change</h3>
{% for team in survey_teams %}
{{ team.pretty_team_name }} <BR>
{{ team.team_name }} <BR>
{% endfor %}
<BR>
{{ form.current_team_name.errors }}
Expand All @@ -92,7 +92,7 @@ <h3>Team Name Change</h3>
{{ form.censored_word.errors }}
<div class="field">
<label for="censored_word">Censor Word:</label><br/>
{{ 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)
</div>

{{ form.default_tz.errors }}
Expand Down

0 comments on commit 7183d5a

Please sign in to comment.