diff --git a/kitsune/templates/base.html b/kitsune/templates/base.html new file mode 100644 index 000000000..64baf2d2a --- /dev/null +++ b/kitsune/templates/base.html @@ -0,0 +1,25 @@ + + + +
+ + + + + + {% block head %} + {% endblock %} + +Kitsune
+{% block body %} ++ Kitsune +
+ + +Kitsune
+ {% for (_level, msg) in flash_messages %} - + {% endfor %} + - - - \ No newline at end of file +{% endblock %} \ No newline at end of file diff --git a/kitsune/templates/oauth/token.html b/kitsune/templates/oauth/token.html index ae48a609b..9c03e9f9b 100644 --- a/kitsune/templates/oauth/token.html +++ b/kitsune/templates/oauth/token.html @@ -1,20 +1,16 @@ - - +{% extends "../base.html" %} - - - - - -+ {{domain}} +
- -{{domain}}
Copy & Paste this token into {{app_name}}
{{token}}