mirror of
https://github.com/aljazceru/CTFd.git
synced 2025-12-17 14:04:20 +01:00
Merge pull request #1384 from ilanarbi/admin-theme-successful-email-fix
* Fix issue where admins couldn't update the Account Confirmation email
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
<label>
|
<label>
|
||||||
Body
|
Body
|
||||||
</label>
|
</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>
|
rows="5">{{ successful_registration_email_body or '' }}</textarea>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user