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

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

bash - How do you programmatically add a bats test? -

java - Getting exception in JDBC thin driver -