owncloud: Move introduction from sidebar to main

This commit is contained in:
Sunil Mohan Adapa 2015-07-28 12:38:39 +05:30
parent 85fa868da0
commit 04d0e3a550

View File

@ -22,37 +22,27 @@
{% block content %}
<h2>File Hosting (ownCloud)</h2>
<p>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.</p>
<p>When enabled, the ownCloud installation will be available
from <a href="/owncloud">/owncloud</a> path on the web server.
Visit this URL to set up the initial administration account for
ownCloud.</p>
<form class="form" method="post">
{% csrf_token %}
<h2>File Hosting (ownCloud)</h2>
<p>When enabled, the ownCloud installation will be available
from <a href="/owncloud">/owncloud</a> path on the web server.
Visit this URL to set up the initial administration account for
ownCloud.</p>
{{ form|bootstrap }}
<input type="submit" class="btn btn-primary btn-md" value="Apply changes"/>
</form>
{% endblock %}
{% block sidebar %}
<div class="sidebar">
<h3>ownCloud</h3>
<p>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.</p>
</div>
{% endblock %}