#hotfix fixing 404 redirect home
This commit is contained in:
parent
b34d84657e
commit
228065b1d5
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
||||||
{% load staticfiles bootstrap3%}
|
{% load staticfiles bootstrap3%}
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
@ -16,7 +15,7 @@
|
||||||
Sorry, but the page you are looking for was either not found or does not exist. <br/>
|
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.
|
Try refreshing the page or click the button below to go back to the Homepage.
|
||||||
<div>
|
<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>
|
<i class="fa fa-arrow-left"></i>
|
||||||
Go back to Homepage
|
Go back to Homepage
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in a new issue