Skip to content

Commit

Permalink
#35 : fix bug sur la page de test
Browse files Browse the repository at this point in the history
  • Loading branch information
oceanBigOne committed Mar 15, 2017
1 parent a3dbe43 commit 89e451b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions templates/admin/cms/test.html.twig
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{% extends "visitor/base.html.twig" %}
{% extends "admin/base.html.twig" %}


{% block body %}
<div class="wrapper-page">
<div class="container">
<div class="row">
Expand All @@ -7,4 +10,5 @@
</div>
</div>
</div>
</div>
</div>
{% endblock %}

0 comments on commit 89e451b

Please sign in to comment.