Skip to content

Commit

Permalink
Merge pull request #6 from gymnasium/gymnasium/add-market-field
Browse files Browse the repository at this point in the history
update copy on market dropdown label
  • Loading branch information
tkeemon committed Aug 5, 2015
2 parents 647924b + 5fe4f42 commit d7a72e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lms/templates/register.html
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ <h2 class="sr">${_("Additional Personal Information")}</h2>
% if settings.REGISTRATION_EXTRA_FIELDS['market'] != 'hidden':
<li class="field group">
<div class="field ${settings.REGISTRATION_EXTRA_FIELDS['market']} select" id="field-market">
<label for="market">${_('Market')}</label>
<label for="market">${_('Select your nearest city')}</label>
<select id="market" name="market" ${'required aria-required="true"' if settings.REGISTRATION_EXTRA_FIELDS['market'] == 'required' else ''}>
<option value="">--</option>
%for code, market_name in UserProfile.MARKET_CHOICES:
Expand Down

0 comments on commit d7a72e3

Please sign in to comment.