File tree Expand file tree Collapse file tree 2 files changed +13
-9
lines changed
example/example/templates/example Expand file tree Collapse file tree 2 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 9
9
< style type ="text/css ">
10
10
body {
11
11
padding-top : 70px ;
12
- padding-bottom : 40px ;
12
+ }
13
+
14
+ footer {
15
+ border-top : 1px solid # eee ;
16
+ margin-top : 40px ;
17
+ padding-top : 30px ;
18
+ padding-bottom : 30px ;
13
19
}
14
20
</ style >
15
21
</ head >
80
86
{% block content %}{% endblock %}
81
87
</ div >
82
88
89
+
90
+ < footer class ="container text-center ">
91
+ < a href ="https://evonove.it "> < img width ="80px " src ="https://evonove.it/img/logo.png "> </ a >
92
+ Django OAuth Toolkit version {{version}}
93
+ </ footer >
94
+
83
95
< script src ="//code.jquery.com/jquery-2.1.1.min.js "> </ script >
84
96
< script src ="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js "> </ script >
85
97
{% block javascript %}{% endblock javascript %}
Original file line number Diff line number Diff line change @@ -33,12 +33,4 @@ <h4>Create your own app on the playground</h4>
33
33
< p > < a class ="btn " href ="{% url 'api-client' %} "> Use me as a Provider! »</ a > </ p >
34
34
</ div >
35
35
</ div >
36
-
37
- < hr >
38
-
39
- < footer >
40
- < p > < a href ="https://evonove.it "> < img width ="80px " src ="https://evonove.it/img/logo.png "> </ a >
41
-   Django OAuth Toolkit version {{version}}</ p >
42
- </ footer >
43
-
44
36
{% endblock %}
You can’t perform that action at this time.
0 commit comments