mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-06-14 12:06:06 +00:00
Fix migration script and LGTM
This commit is contained in:
@ -157,6 +157,7 @@
|
||||
bgcolor="#3498db"> <a
|
||||
href="{{ verification_link }}"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
style="border: solid 1px #3498db; border-radius: 5px; box-sizing: border-box; cursor: pointer; display: inline-block; font-size: 14px; font-weight: bold; margin: 0; padding: 12px 25px; text-decoration: none; text-transform: capitalize; background-color: #3498db; border-color: #3498db; color: #ffffff;">Verify
|
||||
Email Address</a> </td>
|
||||
</tr>
|
||||
@ -194,7 +195,7 @@
|
||||
<span class="apple-link"
|
||||
style="color: #999999; font-size: 12px; text-align: center;">This email was sent
|
||||
from <a href="{{ SETTING.get('site_url') }}"
|
||||
target="_blank">{{ SITE_NAME }}</a></span>
|
||||
target="_blank" rel="noopener noreferrer">{{ SITE_NAME }}</a></span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
Reference in New Issue
Block a user