| 1 | initial version | |
Yes, that is wrong, the error happened when the strings were moved from django.po file to the templates.
It is better to use url template tags {% url ask %} and get rid of the unnecessary context variable in the template and in the view askbot.views.meta.faq. There are actually two urls like that.
If you fix that and make a pull request I will merge the patch.
| 2 | No.2 Revision |
Yes, that is wrong, the error happened when the strings were moved from django.po file to the templates.
It is better to use url template tags {% url ask %} and get rid of the unnecessary context variable in the template and in the view askbot.views.meta.faq. There are actually two urls like that.
If you fix that and make a pull request I will merge the patch.patch. Thanks!
Copyright Askbot, 2010-2011. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.