only full mailbox user can set default mailbox

This commit is contained in:
Son NK 2020-02-23 16:17:09 +07:00
parent e51f91e769
commit 9958e1ab8e

View file

@ -61,7 +61,7 @@
<div class="card-footer p-0">
<div class="row">
{% if mailbox.verified %}
{% if mailbox.verified and current_user.full_mailbox %}
<div class="col">
<form method="post">
<input type="hidden" name="form-name" value="set-default">