update req file and update directory structure
This commit is contained in:
parent
b8824b3f46
commit
2477fbc11b
22 changed files with 11 additions and 7 deletions
21
templates/cms/digitalglarus/two_columns.html
Normal file
21
templates/cms/digitalglarus/two_columns.html
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
{% extends "cms/digitalglarus/base.html" %}
|
||||
{% load staticfiles cms_tags %}
|
||||
{% block title %}About{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="row">
|
||||
<div class="box">
|
||||
<div class="col-lg-6">
|
||||
{% placeholder 'two_columns_a' %}
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
{% placeholder 'two_columns_b' %}
|
||||
</div>
|
||||
<div class="clearfix"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<!-- /.container -->
|
||||
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue