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.html15
1 files changed, 3 insertions, 12 deletions
diff --git a/templates/user_preferences.html b/templates/user_preferences.html
index 3a760a25..246a834e 100644
--- a/templates/user_preferences.html
+++ b/templates/user_preferences.html
@@ -1,20 +1,11 @@
+<!-- user_preferences.html -->
{% extends "user.html" %}
{% load extra_tags %}
{% load humanize %}
{% block usercontent %}
<div style="padding:5px;">
- <fieldset>
- <legend><b>同步Twitter消息</b></legend>
- <form>
- <label for="name">账号:</label>
- <input id="name" /><br>
- <label for="password">密码:</label>
- <input id="password" type="password"/><br>
- <input id="cbMessage" type="checkbox" />发布我的提问到我的Twitter<br>
- <input id="cbReply" type="checkbox" />发布我的回答到我的Twitter<br>
- <input type="submit" value="保存" />
- </form>
- </fieldset>
+ <h1>Surprise will be here soon ;-)</h1>
</div>
{% endblock %}
+<!-- end user_preferences.html -->