mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-06-10 11:00:22 +00:00
xmpp: Fix display of domain name in template
This commit is contained in:
parent
3d5661dc60
commit
47596c47ff
@ -28,7 +28,7 @@
|
||||
|
||||
<p>
|
||||
{% url 'config:index' as index_url %}
|
||||
{% blocktrans trimmed with domainname=status.domainname %}
|
||||
{% blocktrans trimmed with domainname=domainname %}
|
||||
Your XMPP server domain is set to <b>{{ domainname }}</b>. User
|
||||
IDs will look like <i>username@{{ domainname }}</i>. You
|
||||
can setup your domain on the system
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user