Skip to content

Commit 879f3cb

Browse files
Hidden Commit
1 parent e235f6b commit 879f3cb

File tree

4 files changed

+29
-5
lines changed

4 files changed

+29
-5
lines changed

sso/urls.py

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"""
1616
import re
1717

18-
import jet.urls
1918
import oauth2_provider.urls
2019
from django.conf import settings
2120
from django.conf.urls import include, url

static/sso/img/404_Alderaan.png

1.37 MB
Loading

templates/404.html

+2-4
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@
99
{% block body %}
1010

1111
<div class="row">
12-
<div class="col-md-6"
12+
<div class="col-md-12"
1313
style="float: none; margin: auto; text-align: center; font-family: monospace, sans-serif;">
14-
<h1>You're not worthy!</h1>
15-
<img src="{% static 'sso/img/404_thor.png' %}" height="450">
16-
14+
<img src="{% static 'sso/img/404_Alderaan.png' %}" height="450">
1715
<h1>Error 404: Page not found</h1>
1816
</div>
1917
</div>

templates/oauth2_provider/authorize.html

+27
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
<!--
2+
_______________________
3+
_______________________------------------- `\
4+
/:--__ |
5+
||< > | ___________________________/
6+
| \__/_________________------------------- |
7+
| |
8+
| THE LORD OF THE RINGS |
9+
| |
10+
| "Three Rings for the Elven-kings under the sky, |
11+
| Seven for the Dwarf-lords in their halls of stone, |
12+
| Nine for Mortal Men doomed to die, |
13+
| One for the Dark Lord on his dark throne |
14+
| In the Land of Mordor where the Shadows lie. |
15+
| One Ring to rule them all, One Ring to find them, |
16+
| One Ring to bring them all and in the darkness bind them |
17+
| In the Land of Mordor where the Shadows lie. |
18+
| ____________________|_
19+
| ___________________------------------------- `\
20+
|/`--_ |
21+
||[ ]|| ___________________/
22+
\===/___________________--------------------------
23+
24+
A quote from one of my favourite books: The Lord of the Rings by J. R. R. Tolkien
25+
26+
Ascii Art taken from http://www.asciiworld.com/-Lord-of-the-Rings-.html
27+
-->
128
{% extends "sso/logged_in.html" %}
229
{% load i18n %}
330
{% load staticfiles %}

0 commit comments

Comments
 (0)