Added users table in database.
[cavote.git] / templates / user_settings.html
diff --git a/templates/user_settings.html b/templates/user_settings.html
new file mode 100644 (file)
index 0000000..d11fca9
--- /dev/null
@@ -0,0 +1,5 @@
+{% extends "layout.html" %}
+{% block body %}
+<h2>{{ session.username }}</h2>
+{% endblock %}
+