Skip to content
Snippets Groups Projects
Commit 92790185 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

Adding a full width form title

parent 437e01c3
No related branches found
No related tags found
Loading
Pipeline #11972 passed
......@@ -7,6 +7,11 @@
{% block page_title %}{{ page_title|default:title }}{% endblock %}
{% block content %}
{%if full_width_form_title%}
<div class="col-12 col-xs-12">
<h2>{{full_width_form_title}}</h2>
</div>
{%endif%}
<div class="col-12 col-xs-12 {%if not medium_width%}col-sm-10 col-sm-offset-1 offset-sm-1 col-md-8 col-md-offset-2 offset-md-2 col-lg-6 col-lg-offset-3 offset-lg-3 col-xl-4 col-xl-offset-4 offset-xl-4 col-xxl-2 col-xxl-offset-5{%endif%}{%if medium_width%}col-md-10 col-md-offset-1 offset-md-1 col-lg-8 col-lg-offset-2 offset-lg-2 col-xl-6 col-xl-offset-3 offset-xl-3 col-xxl-4 col-xxl-offset-4 col-xxxl-2 col-xxxl-offset-5{%endif%}">
{%if form_title%}<h2>{{form_title}}</h2>{%endif%}
<form method="post" enctype="multipart/form-data">
......
......@@ -7,7 +7,7 @@ readme = open('README.rst').read()
setup(
name='django-basetheme-bootstrap',
version='0.1.2',
version='0.1.3',
description='Django Basetheme Bootstrap',
long_description=readme,
author='Bryan Brancotte',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment