frontpage view

This commit is contained in:
mridulnagpal 2016-12-01 17:18:36 +05:30 committed by James Valleroy
parent d8b41f1200
commit c501187af9
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 3 additions and 2 deletions

View File

@ -160,7 +160,7 @@
<div class="container">
<div class="row">
{% block content_row %}
<div class="col-md-4 ">
<div class="col-md-3 ">
{% block submenu %}
{% if submenu %}
<div class="sidebar">

View File

@ -74,9 +74,10 @@
{{ paragraph|safe }}
</div>
{% endfor %}
<br>
{% if user.is_authenticated and configure_url %}
<a class="btn btn-default btn-sm"
<a class="btn btn-primary btn-sm" style="margin-left : 10px; margin-bottom : 5px"
href="{{ configure_url }}">
{% trans "Configure &raquo;" %}</a>
{% endif %}