Remove box for containers on posts
This commit is contained in:
parent
9e952b0436
commit
738c3e82d7
@ -6,7 +6,7 @@
|
||||
|
||||
| {% block body %}
|
||||
|
||||
.container.box
|
||||
.container
|
||||
#blog_container(class="{% if project._id == config.MAIN_PROJECT_ID %}cloud-blog{% endif %}")
|
||||
|
||||
#blog_index-container
|
||||
|
@ -5,7 +5,7 @@
|
||||
| {% block page_title %}New {{ node_type.name }}{% endblock %}
|
||||
|
||||
| {% block body %}
|
||||
.container.box
|
||||
.container
|
||||
form(
|
||||
method='POST',
|
||||
action="{{url_for('nodes.posts_create', project_id=project._id)}}")
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
| {% block body %}
|
||||
|
||||
.container.box
|
||||
.container
|
||||
form(
|
||||
method='POST',
|
||||
action="{{url_for('nodes.posts_edit', post_id=post._id)}}")
|
||||
|
@ -37,7 +37,7 @@ meta(name="twitter:description", content="{{ node.properties.content }}")
|
||||
|
||||
| {% block body %}
|
||||
|
||||
.container.box
|
||||
.container
|
||||
#blog_container(class="{% if project._id == config.MAIN_PROJECT_ID %}cloud-blog{% endif %}")
|
||||
|
||||
#blog_post-container
|
||||
|
Loading…
x
Reference in New Issue
Block a user