diff --git a/app/auth/templates/auth/logout.html b/app/auth/templates/auth/logout.html index 4a6fffc3..ce1df365 100644 --- a/app/auth/templates/auth/logout.html +++ b/app/auth/templates/auth/logout.html @@ -1,14 +1,28 @@ -{% extends "single.html" %} +{% extends "base.html" %} + +{% block content %} +
+
+
+
+
+ + + +
+ +
+ You are logged out. + + Login +
+
+
+
+
+{% endblock %} + {% block title %} Logout {% endblock %} - -{% block single_content %} -
- You are logged out. - - Login -
- -{% endblock %} \ No newline at end of file diff --git a/app/oauth/templates/oauth/authorize_nonlogin_user.html b/app/oauth/templates/oauth/authorize_nonlogin_user.html index 07a36601..1f3497db 100644 --- a/app/oauth/templates/oauth/authorize_nonlogin_user.html +++ b/app/oauth/templates/oauth/authorize_nonlogin_user.html @@ -4,7 +4,7 @@
- +
diff --git a/static/logo.png b/static/logo.png deleted file mode 100644 index 572dc4da..00000000 Binary files a/static/logo.png and /dev/null differ diff --git a/static/logo.svg b/static/logo.svg new file mode 100644 index 00000000..d6aaf5cb --- /dev/null +++ b/static/logo.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/templates/header.html b/templates/header.html index 2ca9e8b6..2c05e225 100644 --- a/templates/header.html +++ b/templates/header.html @@ -1,8 +1,8 @@ -
+
- logo + logo
diff --git a/templates/single.html b/templates/single.html index 46279072..fa11d13a 100644 --- a/templates/single.html +++ b/templates/single.html @@ -7,7 +7,7 @@