File tree 4 files changed +29
-5
lines changed
4 files changed +29
-5
lines changed Original file line number Diff line number Diff line change 15
15
"""
16
16
import re
17
17
18
- import jet .urls
19
18
import oauth2_provider .urls
20
19
from django .conf import settings
21
20
from django .conf .urls import include , url
Original file line number Diff line number Diff line change 9
9
{% block body %}
10
10
11
11
< div class ="row ">
12
- < div class ="col-md-6 "
12
+ < div class ="col-md-12 "
13
13
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 ">
17
15
< h1 > Error 404: Page not found</ h1 >
18
16
</ div >
19
17
</ div >
Original file line number Diff line number Diff line change
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
+ -->
1
28
{% extends "sso/logged_in.html" %}
2
29
{% load i18n %}
3
30
{% load staticfiles %}
You can’t perform that action at this time.
0 commit comments