Merge pull request #105 from levivm/develop

Develop
This commit is contained in:
Levi Velázquez 2016-07-07 23:55:30 -05:00 committed by GitHub
commit e6ba8e5917
1 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,4 @@
{% load staticfiles bootstrap3%} {% load staticfiles%}
<!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>