Skip to content

Commit 69c62e5

Browse files
committed
Remove useles div
1 parent 45be731 commit 69c62e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/page.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{% extends 'base.html' %}
22

33
{% block content %}
4-
<div class="container-full"><div class="row">
4+
<div class="container-full">
55
<h1>{{ title }}</h1>
66
{{ body }}
7-
</div></div>
7+
</div>
88
{% endblock %}

0 commit comments

Comments
 (0)