From 08e4c67e7de226b79fbdd8a93176086339a80b0b Mon Sep 17 00:00:00 2001
From: Hiyorimi <playittodeath@gmail.com>
Date: Fri, 7 Sep 2018 18:21:49 +0300
Subject: [PATCH] Reverting alignment

---
 .../{{cookiecutter.app_name}}/templates/layout.html             | 2 --
 1 file changed, 2 deletions(-)

diff --git a/{{cookiecutter.app_name}}/{{cookiecutter.app_name}}/templates/layout.html b/{{cookiecutter.app_name}}/{{cookiecutter.app_name}}/templates/layout.html
index 6ebc830e..b0a83de9 100644
--- a/{{cookiecutter.app_name}}/{{cookiecutter.app_name}}/templates/layout.html
+++ b/{{cookiecutter.app_name}}/{{cookiecutter.app_name}}/templates/layout.html
@@ -36,7 +36,6 @@
 <main role="main">
 {% with messages = get_flashed_messages(with_categories=true) %}
 {% if messages %}
-    <div class="container">
         <div class="row">
           <div class="col-md-12">
             {% for category, message in messages %}
@@ -47,7 +46,6 @@
             {% endfor %}
           </div><!-- end col-md -->
         </div><!-- end row -->
-    </div>
 {% endif %}
 {% endwith %}
 
-- 
GitLab