email_server: Move roundcube link from My Mail to description

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
[fioddor: squash create and remove commits as parts of the same move]
Reviewed-by: Fioddor Superconcentrado <fioddor@gmail.com>
This commit is contained in:
Sunil Mohan Adapa 2021-10-12 10:30:20 -07:00 committed by Fioddor Superconcentrado
parent f3d9a499eb
commit 8899bdef7b
No known key found for this signature in database
GPG Key ID: 6E98A18FEBF77724
2 changed files with 2 additions and 4 deletions

View File

@ -52,6 +52,8 @@ managed_services = ['postfix', 'dovecot', 'rspamd']
managed_packages = packages + packages_bloat
_description = [
_('<a href="/plinth/apps/roundcube/">Roundcube app</a> provides web '
'interface for users to access email.'),
_('During installation, any other email servers in the system will be '
'uninstalled.')
]

View File

@ -27,8 +27,4 @@
<p>{% trans "Your home directory is ready to receive emails." %}</p>
{% endif %}
<p>
<a href="/roundcube/">Roundcube login</a>
</p>
{% endblock %}