Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Put "Team" option on a new line
Browse files Browse the repository at this point in the history
I'd also like to call them Organizations instead of Teams but for now I
guess this is the nomenclature we're using.
  • Loading branch information
chadwhitacre committed Dec 22, 2014
1 parent 0b14117 commit 215c2cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/%username/account/index.html.spt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ emails = participant.get_emails()
<h2>{{ _("Account type") }}</h2>
<form class="number">
<label><input type="radio" name="number" value="singular" {{ 'checked' if participant.IS_SINGULAR }} />
{{ _("Individual") }}</label>
{{ _("Individual") }}</label><br>
<label><input type="radio" name="number" value="plural" {{ 'checked' if participant.IS_PLURAL }} />
{{ _("Team") }}</label>
</form>
Expand Down

0 comments on commit 215c2cf

Please sign in to comment.