Merge pull request #1384 from ilanarbi/admin-theme-successful-email-fix

* Fix issue where admins couldn't update the Account Confirmation email
mark-2.4.1
Kevin Chung 2020-05-05 23:26:44 -04:00 committed by GitHub
commit 2cfc89d4c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
<label>
Body
</label>
<textarea class="form-control" type="text" id="successful_registration_email_body" name="verification_email_body"
<textarea class="form-control" type="text" id="successful_registration_email_body" name="successful_registration_email_body"
rows="5">{{ successful_registration_email_body or '' }}</textarea>
</div>
</div>