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
`In template C:\Users\iskander\Desktop\shop\venv\Lib\site-packages\django\contrib\admin
\templates\admin\includes\fieldset.html, error at line 25
- 16 {% if not line.fields|length == 1 and not field.is_readonly %}{{ field.errors }}{% endif %}
- 17 <div class="flex-container{% if not line.fields|length == 1 %} fieldBox{% if field.field.name %} field-{{ field.field.name }}{% endif %}{% if not field.is_readonly and field.errors %} errors{% endif %}{% if field.field.is_hidden %} hidden{% endif %}{% endif %}{% if field.is_checkbox %} checkbox-row{% endif %}">
- 18 {% if field.is_checkbox %}
- 19 {{ field.field }}{{ field.label_tag }}
- 20 {% else %}
- 21 {{ field.label_tag }}
- 22 {% if field.is_readonly %}
- 23 <div class="readonly">{{ field.contents }}</div>
- 24 {% else %}
- 25 **{{ field.field }}**
- 26 {% endif %}
- 27 {% endif %}
- 28 </div>
- 29 {% if field.field.help_text %}
- 30 <div class="help"{% if field.field.id_for_label %}
- id="{{ field.field.id_for_label }}_helptext"{% endif %}>
- 31 <div>{{ field.field.help_text|safe }}</div>
- 32 </div>
- 33 {% endif %}
- 34 </div>
- 35 {% endfor %}
Expected Behavior
Actual Behavior
Tell us what happens instead.
Possible Fix
Not obligatory, but you can suggest a fix or reason for the bug.
Steps to Reproduce
This is not required, but it would be highly appreciated if you
provided a link to a live example, or an unambiguous set of steps to
reproduce this bug. Include code to reproduce, if relevant.
Your Environment
Include relevant details about the environment you experienced the bug in.
`In template C:\Users\iskander\Desktop\shop\venv\Lib\site-packages\django\contrib\admin
\templates\admin\includes\fieldset.html, error at line 25
Expected Behavior
Actual Behavior
Tell us what happens instead.
Possible Fix
Not obligatory, but you can suggest a fix or reason for the bug.
Steps to Reproduce
This is not required, but it would be highly appreciated if you
provided a link to a live example, or an unambiguous set of steps to
reproduce this bug. Include code to reproduce, if relevant.
Your Environment
Include relevant details about the environment you experienced the bug in.
The text was updated successfully, but these errors were encountered: