diff options
Diffstat (limited to 'templates/user_preferences.html')
-rw-r--r-- | templates/user_preferences.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/templates/user_preferences.html b/templates/user_preferences.html deleted file mode 100644 index 246a834e..00000000 --- a/templates/user_preferences.html +++ /dev/null @@ -1,11 +0,0 @@ -<!-- 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 --> |