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

Linux vanilla kernel on QEMU and networking with eth0 -

rdbms - what exactly the undo information lives in oracle? -

clojure - 'get' replacement that throws exception on not found? -