django - Only options for 'trans' are 'noop', 'context "xxx"', and 'as VAR' -


in template contains {% i18n %} receive error :

only options 'trans' 'noop', 'context "xxx"', , 'as var'. 

for line of template:

title="{% trans site_title = settings.app_short_name %}rss feed {{ site_title }}{% endtrans %}" 

probably should be:

title="{% blocktrans site_title = settings.app_short_name %}rss feed {{ site_title }}{% endblocktrans %}" 

Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -