summaryrefslogtreecommitdiffstats
path: root/templates/user_preferences.html
diff options
context:
space:
mode:
authorroot <root@u15356270.onlinehome-server.com>2009-11-13 20:18:31 -0500
committerroot <root@u15356270.onlinehome-server.com>2009-11-13 20:31:16 -0500
commit40b5c06085fe3d079094e8ef779a7b119586f9e8 (patch)
tree5a3edfb81cc137dbc877f75f9bde80e9720b3ba0 /templates/user_preferences.html
parent2022b772a01f36fa74de002b5370dd70b6c051ba (diff)
downloadaskbot-40b5c06085fe3d079094e8ef779a7b119586f9e8.tar.gz
askbot-40b5c06085fe3d079094e8ef779a7b119586f9e8.tar.bz2
askbot-40b5c06085fe3d079094e8ef779a7b119586f9e8.zip
better comments, email subscriptions, corrected view counter, some ie7 issues, wiki optional with settings.WIKI_ON, site can be mounted on arbitrary url prefix, english language improvements, added feedback form, versioned css and js files to force browser cache reload when settings.RESOURCE_REVISION is incremented , other fixes
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 -->