summaryrefslogtreecommitdiffstats
path: root/templates/user_preferences.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/user_preferences.html')
-rw-r--r--templates/user_preferences.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/user_preferences.html b/templates/user_preferences.html
new file mode 100644
index 00000000..246a834e
--- /dev/null
+++ b/templates/user_preferences.html
@@ -0,0 +1,11 @@
+<!-- user_preferences.html -->
+{% extends "user.html" %}
+{% load extra_tags %}
+{% load humanize %}
+
+{% block usercontent %}
+ <div style="padding:5px;">
+ <h1>Surprise will be here soon ;-)</h1>
+ </div>
+{% endblock %}
+<!-- end user_preferences.html -->