summaryrefslogtreecommitdiffstats
path: root/templates/user_preferences.html
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-08-10 21:40:01 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-08-10 21:40:01 -0400
commit1eacc7a42618e84766477fbcc2c32a1da3547115 (patch)
tree23b90f5410c1dfd94704cbb38aad2bdf32cf0f5f /templates/user_preferences.html
parent0f607d83e801192977bff15c256456fa2f44ff85 (diff)
downloadaskbot-1eacc7a42618e84766477fbcc2c32a1da3547115.tar.gz
askbot-1eacc7a42618e84766477fbcc2c32a1da3547115.tar.bz2
askbot-1eacc7a42618e84766477fbcc2c32a1da3547115.zip
untested commit. merged Adolfos mods, validated most of html, slugify urls, fixed IE issues in openid signin
Diffstat (limited to 'templates/user_preferences.html')
-rw-r--r--templates/user_preferences.html11
1 files changed, 6 insertions, 5 deletions
diff --git a/templates/user_preferences.html b/templates/user_preferences.html
index eb7c4761..00129c28 100644
--- a/templates/user_preferences.html
+++ b/templates/user_preferences.html
@@ -8,13 +8,14 @@
<div style="padding:5px;">
<fieldset>
<legend><b>{% trans "Connect with Twitter" %}</b></legend>
- <form>
+ <!-- todo: form action needs to be fixed -->
+ <form name="twittersync" action="/sdfgsdlgjkhsdfljh">
<label for="name">{% trans "Twitter account name:" %}</label>
- <input id="name" /><br>
+ <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 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>