This commit is contained in:
Son 2022-02-26 16:12:44 +01:00
parent 9c67aad34d
commit fa95f4273d
2 changed files with 4 additions and 2 deletions

View File

@ -44,6 +44,7 @@
</div>
{% endif %}
<div class="alert alert-info mt-2">You can drag and drop the pgp key file into the text area</div>
<div class="form-group">
<label class="form-label">PGP Public Key</label>
@ -51,7 +52,7 @@
{% if not current_user.is_premium() %} disabled {% endif %}
class="form-control" rows=10 id="pgp-public-key"
placeholder="-----BEGIN PGP PUBLIC KEY BLOCK-----">{{ contact.pgp_public_key or "" }}</textarea>
<div class="alert alert-info mt-2">You can drag and drop the pgp key file into the text area</div>
</div>

View File

@ -117,6 +117,7 @@
</div>
{% endif %}
<div class="alert alert-info mt-2">You can drag and drop the pgp key file into the text area</div>
<form method="post">
<div class="form-group">
<label class="form-label">PGP Public Key</label>
@ -125,7 +126,7 @@
{% if not current_user.is_premium() %} disabled {% endif %}
class="form-control" rows=10 id="pgp-public-key"
placeholder="-----BEGIN PGP PUBLIC KEY BLOCK-----">{{ mailbox.pgp_public_key or "" }}</textarea>
<div class="alert alert-info mt-2">You can drag and drop the pgp key file into the text area</div>
</div>
<input type="hidden" name="form-name" value="pgp">