diff --git a/templates/account/logout.html b/templates/account/logout.html new file mode 100644 index 0000000..6d80fad --- /dev/null +++ b/templates/account/logout.html @@ -0,0 +1,19 @@ +{% extends "base.html" %} + +{% block title %}Sign Out{% endblock %} + +{% block content %} +
+

Sign Out

+

Are you sure you want to sign out?

+
+ {% csrf_token %} + {% if redirect_field_value %} + + {% endif %} + +
+
+{% endblock %} diff --git a/templates/base.html b/templates/base.html index 4d1cb04..5aa67a4 100644 --- a/templates/base.html +++ b/templates/base.html @@ -9,8 +9,16 @@
-
+

Hangul Typing Tutor

+