mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
Add missing <p> tags
This commit is contained in:
parent
522ece851c
commit
2d33b0338e
@ -24,8 +24,9 @@
|
|||||||
|
|
||||||
<h3>Delete Users</h3>
|
<h3>Delete Users</h3>
|
||||||
|
|
||||||
Currently you can not edit but only delete users from {{ cfg.product_name }}
|
<p>Currently you can not edit but only delete users from
|
||||||
and the {{ cfg.box_name }} system.
|
{{ cfg.product_name }} and the {{ cfg.box_name }} system. </p>
|
||||||
|
|
||||||
<p>Deleting users is permanent!</p>
|
<p>Deleting users is permanent!</p>
|
||||||
|
|
||||||
<form class="form" method="post">
|
<form class="form" method="post">
|
||||||
|
|||||||
@ -24,15 +24,14 @@
|
|||||||
|
|
||||||
{% if is_installed %}
|
{% if is_installed %}
|
||||||
|
|
||||||
<a href='/jwchat' target='_blank'class='btn btn-primary'>
|
|
||||||
Launch web client
|
|
||||||
</a>
|
|
||||||
<p>XMPP is an open and standardized communication protocol. Here you
|
<p>XMPP is an open and standardized communication protocol. Here you
|
||||||
can run and configure your XMPP server, called ejabberd. To actually
|
can run and configure your XMPP server, called ejabberd. To actually
|
||||||
communicate, you can use the <a href='/jwchat'>web client</a> or any
|
communicate, you can use the <a href='/jwchat'>web client</a> or any
|
||||||
other <a href='http://xmpp.org/xmpp-software/clients/'
|
other <a href='http://xmpp.org/xmpp-software/clients/'
|
||||||
target='_blank'> XMPP client </a>.</p>
|
target='_blank'> XMPP client </a>.</p>
|
||||||
|
|
||||||
|
<p><a href='/jwchat' target='_blank'class='btn btn-primary'> Launch web
|
||||||
|
client</a></p>
|
||||||
|
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user