summaryrefslogtreecommitdiffstats
path: root/templates/authopenid/changeopenid.html
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-08-05 22:50:08 -0400
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2009-08-05 22:50:08 -0400
commit56f02677940a00f04780cfb361fc65950e910bf8 (patch)
tree47b577eb5ccd4dcf662a8c44e3201150048c871b /templates/authopenid/changeopenid.html
parentb1e66ad9cc9ba1010fffb5259262464ed7635c2b (diff)
downloadaskbot-56f02677940a00f04780cfb361fc65950e910bf8.tar.gz
askbot-56f02677940a00f04780cfb361fc65950e910bf8.tar.bz2
askbot-56f02677940a00f04780cfb361fc65950e910bf8.zip
added anonymous posting, per-question subscription and fixes by Pothers and some more, see development.log
Diffstat (limited to 'templates/authopenid/changeopenid.html')
-rw-r--r--templates/authopenid/changeopenid.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/authopenid/changeopenid.html b/templates/authopenid/changeopenid.html
index c1f3d180..9b5a196a 100644
--- a/templates/authopenid/changeopenid.html
+++ b/templates/authopenid/changeopenid.html
@@ -1,4 +1,5 @@
{% extends "base.html" %}
+<!-- changeopenid.html -->
{% load i18n %}
{% block content %}
@@ -31,3 +32,4 @@
</form>
</div>
{% endblock %}
+<!-- end changeopenid.html -->