mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-27 10:44:33 +00:00
xmpp-domain-set
This commit is contained in:
parent
9fd8409a86
commit
fd4959da0c
@ -28,12 +28,17 @@
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
{% url 'config:index' as index_url %}
|
{% url 'config:index' as index_url %}
|
||||||
|
{% if domainname %}
|
||||||
{% blocktrans trimmed with domainname=domainname %}
|
{% blocktrans trimmed with domainname=domainname %}
|
||||||
Your XMPP server domain is set to <b>{{ domainname }}</b>. User
|
Your XMPP server domain is set to <b>{{ domainname }}</b>. User
|
||||||
IDs will look like <i>username@{{ domainname }}</i>. You
|
IDs will look like <i>username@{{ domainname }}</i>. You
|
||||||
can setup your domain on the system
|
can setup your domain on the system
|
||||||
<a href="{{ index_url }}">Configure</a> page.
|
<a href="{{ index_url }}">Configure</a> page.
|
||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
|
{% else %}
|
||||||
|
Your XMPP is not set up yet, you can setup your domain on the system
|
||||||
|
<a href="{{ index_url }}">Configure</a> page.
|
||||||
|
{% endif %}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user