You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I am just learning Python =)
And i've have this error.
I can edit return'<b><span style="color: {0};">{1}</span></b>'.format(color, state)
and make it like this : return' {}'.format(state)
or like this : return format_html('<b><span style="color: {0};">{1}</span></b>'.format(color, state))
But i do not know what to do with fixedwidth('task_id', name=_('UUID'), pt=8)),