summaryrefslogtreecommitdiffstats
path: root/templates/user_preferences.html
blob: 246a834ed9261a587112880b75d58284fc1d0742 (plain)
1
2
3
4
5
6
7
8
9
10
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 -->