#hotfix fixing 404 redirect home

This commit is contained in:
Levi 2016-07-07 23:50:02 -05:00
parent 202562011e
commit 8682ea7287
1 changed files with 1 additions and 2 deletions

View File

@ -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>