can you hire me??
On Fri, Jan 25, 2019 at 11:50 PM Roshan Shah wrote:
> I do have a project that I want to get built on. Can I get some help from
> people who are starting in Django to work on it?
>
> Roshan
> Founder Cogdina Inc
> http://www.cogdina.com
>
> On Fri, Jan 25, 2019 at 11:47 AM Okwa
Now I got it!!!
I had TEMPLATE_STRING_IF_INVALID = 'TEMPLATE_STRING_IF_INVALID'
So that 'items' was rendered as 'TEMPLATE_STRING_IF_INVALID' (and I
saw it clearly). And I met the bug, bacause gettext was unable to use
it as int parameter.
Now I cleared this: TEMPLATE_STRING_IF_INVALID = '' and
I met some unusual behavior in my project in admin change form with
inlines. There is code in template change_form.html:
{% blocktrans count errors.items|length as counter %}Please correct
the error below.{% plural %}Please correct the errors below.{%
endblocktrans %}
Template can't evaluate 'er
3 matches
Mail list logo