pagekite: Convert a two column page to one column

We are now using smaller area in the page to show the content.

Signed-off-by: Manish Tripathy <manisht@thougtworks.com>
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
Sunil Mohan Adapa 2018-06-18 19:21:09 +05:30
parent de546bc2e9
commit 63502f102b
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

View File

@ -51,7 +51,7 @@
<div class="row custom-services">
<div class="col-lg-6">
<div>
<form class="form add-service" method="post">
<h4>{% trans "Create a custom service" %}</h4>
{{ form|bootstrap_horizontal:'col-lg-6' }}
@ -59,7 +59,7 @@
{% csrf_token %}
<div class="form-group">
<div class=" col-lg-offset-6 col-lg-6">
<div class="col-lg-offset-6 col-lg-6">
<input type="submit" class="btn btn-primary"
value="{% trans "Add Service" %}"/>
</div>
@ -67,7 +67,7 @@
</form>
</div>
<div class="col-lg-5 col-lg-offset-1">
<div>
<h4>{% trans "Existing custom services" %}</h4>
{% if not custom_services %}