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