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.html24
1 files changed, 0 insertions, 24 deletions
diff --git a/templates/user_preferences.html b/templates/user_preferences.html
deleted file mode 100644
index 00129c28..00000000
--- a/templates/user_preferences.html
+++ /dev/null
@@ -1,24 +0,0 @@
-{% extends "user.html" %}
-<!-- user_preferences.html -->
-{% load i18n %}
-{% load extra_tags %}
-{% load humanize %}
-
-{% block usercontent %}
- <div style="padding:5px;">
- <fieldset>
- <legend><b>{% trans "Connect with Twitter" %}</b></legend>
- <!-- todo: form action needs to be fixed -->
- <form name="twittersync" action="/sdfgsdlgjkhsdfljh">
- <label for="name">{% trans "Twitter account name:" %}</label>
- <input id="name" /><br/>
- <label for="password">{% trans "Twitter password:" %}</label>
- <input id="password" type="password"/><br/>
- <input id="cbMessage" type="checkbox" />{% trans "Send my Questions to Twitter" %}<br/>
- <input id="cbReply" type="checkbox" />{% trans "Send my Answers to Twitter" %}<br/>
- <input type="submit" value="{% trans "Save" %}" />
- </form>
- </fieldset>
- </div>
-{% endblock %}
-<!-- end user_preferences.html -->