enable mailbox creation
- add managemails.urls to gnuviechadmin.urls - add link to create_mailbox to customerhostingpackage_detail.html template - document feature in changelog
This commit is contained in:
parent
449af174ec
commit
d1119331d8
3 changed files with 3 additions and 1 deletions
|
@ -140,7 +140,7 @@
|
|||
<p class="panel-body text-info">{% trans "There are no mailboxes assigned to this hosting package yet." %}</p>
|
||||
{% endif %}
|
||||
{% if hostingpackage.may_add_mailbox %}
|
||||
<p class="panel-body"><a href="#" class="btn btn-primary">{% trans "Add mailbox" %}</a></p>
|
||||
<p class="panel-body"><a href="{% url 'create_mailbox' package=hostingpackage.id %}" class="btn btn-primary">{% trans "Add mailbox" %}</a></p>
|
||||
{% endif %}
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue