Skip to content

Commit

Permalink
feat(emails): display current email in interstitial form
Browse files Browse the repository at this point in the history
  • Loading branch information
julianlam committed Jul 30, 2021
1 parent b4b65ec commit f529199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/partials/email_update.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<p>[[user:emailUpdate.optional]]</p>
<div class="form-group">
<label for="email">[[global:email]]</label>
<input class="form-control" type="text" id="email" name="email" />
<input class="form-control" type="text" id="email" name="email" placeholder="{email}" value="{email}" />
</div>
<p class="help-block">[[user:emailUpdate.change-instructions]]</p>
</div>

0 comments on commit f529199

Please sign in to comment.