| 1 | initial version | |
Great! That works, I see the template for it in; askbot/skins/default/templates
I added
<form method="post" action="{% url subscribe_for_tags %}">{% csrf_token %}
<input type="text" name="tags" value="{{tags|join(' ')|escape}}" />
<input type="submit" name="ok" value="{% trans %}Subscribe{% endtrans %}" />
<input type="submit" name="nope" value="{% trans %}Cancel{% endtrans %}" />
</form>
to user_profile/user_email_subscriptions.html
and it's working fine as far as I can tell, although I haven't setup the email-servers yet :).
Thanks Evgeny
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.