Navigation Menu

Skip to content

Commit

Permalink
bug:2307 Adjust registration form based on email requirement
Browse files Browse the repository at this point in the history
git-svn-id: http://piwigo.org/svn/trunk@10992 68402e56-0260-453c-a942-63ccdbb3a9ee
  • Loading branch information
mistic100 committed May 22, 2011
1 parent daa0bdd commit f4d8fa5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion themes/default/template/register.tpl
Expand Up @@ -47,10 +47,12 @@
</li>
<li>
<span class="property">
<label for="mail_address">{'Email address'|@translate}</label>
<label for="mail_address">{if not ($main.obligatory_user_mail_address)}* {/if}{'Email address'|@translate}</label>
</span>
<input type="text" name="mail_address" id="mail_address" value="{$F_EMAIL}" >
{if ($main.obligatory_user_mail_address)}
({'useful when password forgotten'|@translate})
{/if}
</li>
</ul>

Expand Down

0 comments on commit f4d8fa5

Please sign in to comment.