diff --git a/plinth/modules/owncloud/templates/owncloud.html b/plinth/modules/owncloud/templates/owncloud.html index 465d1125f..2a6836f2d 100644 --- a/plinth/modules/owncloud/templates/owncloud.html +++ b/plinth/modules/owncloud/templates/owncloud.html @@ -22,37 +22,27 @@ {% block content %} +

File Hosting (ownCloud)

+ +

ownCloud gives you universal access to your files through a web + interface or WebDAV. It also provides a platform to easily view & + sync your contacts, calendars and bookmarks across all your devices + and enables basic editing right on the web. Installation has minimal + server requirements, doesn't need special permissions and is + quick. ownCloud is extendable via a simple but powerful API for + applications and plugins.

+ +

When enabled, the ownCloud installation will be available + from /owncloud path on the web server. + Visit this URL to set up the initial administration account for + ownCloud.

+
{% csrf_token %} -

File Hosting (ownCloud)

- -

When enabled, the ownCloud installation will be available - from /owncloud path on the web server. - Visit this URL to set up the initial administration account for - ownCloud.

- {{ form|bootstrap }}
{% endblock %} - -{% block sidebar %} - - - -{% endblock %}