Fix bootstrap code
This commit is contained in:
parent
3041687c81
commit
e436fbbf29
1 changed files with 2 additions and 0 deletions
|
@ -3,9 +3,11 @@
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
<div class="col">
|
||||||
{% autoescape off %}
|
{% autoescape off %}
|
||||||
{{ site_description }}
|
{{ site_description }}
|
||||||
{% endautoescape %}
|
{% endautoescape %}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue