From 228065b1d5be90bc557c0bcc4b6361279e2ac6b8 Mon Sep 17 00:00:00 2001
From: Levi <levinoelvm@gmail.com>
Date: Thu, 7 Jul 2016 23:50:02 -0500
Subject: [PATCH 1/2] #hotfix fixing 404 redirect home

---
 ungleich_page/templates/ungleich_page/404.html | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/ungleich_page/templates/ungleich_page/404.html b/ungleich_page/templates/ungleich_page/404.html
index 6b6caf70..bc0dc5ba 100644
--- a/ungleich_page/templates/ungleich_page/404.html
+++ b/ungleich_page/templates/ungleich_page/404.html
@@ -1,5 +1,4 @@
 {% load staticfiles bootstrap3%}
-
 <!DOCTYPE html>
 <html>
     <head>
@@ -16,7 +15,7 @@
                 Sorry, but the page you are looking for was either not found or does not exist. <br/>
                 Try refreshing the page or click the button below to go back to the Homepage.
                 <div>
-                    <a class=" login-detail-panel-button btn" href="http://www.vmware.com/">
+                    <a class=" login-detail-panel-button btn" href="{% url 'ungleich_page:landing' %}">
                             <i class="fa fa-arrow-left"></i>
                             Go back to Homepage                        
                         </a>

From fae5d616e6ee4040f42a1724846a677bb4c0596a Mon Sep 17 00:00:00 2001
From: Levi <levinoelvm@gmail.com>
Date: Thu, 7 Jul 2016 23:52:24 -0500
Subject: [PATCH 2/2] #hotfix fixing 404 style

---
 ungleich_page/templates/ungleich_page/404.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ungleich_page/templates/ungleich_page/404.html b/ungleich_page/templates/ungleich_page/404.html
index bc0dc5ba..2fbac545 100644
--- a/ungleich_page/templates/ungleich_page/404.html
+++ b/ungleich_page/templates/ungleich_page/404.html
@@ -1,4 +1,4 @@
-{% load staticfiles bootstrap3%}
+{% load staticfiles%}
 <!DOCTYPE html>
 <html>
     <head>