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 the workshops table includes block, we check for instructors in the first line of the script, meaning the table only populates if the workshop has instructors. We check for instructors again a bit further down. Recommendation is to remove the redundant second {% if w.instructors %} check because that is already checked for.
The text was updated successfully, but these errors were encountered:
In the workshops table includes block, we check for instructors in the first line of the script, meaning the table only populates if the workshop has instructors. We check for instructors again a bit further down. Recommendation is to remove the redundant second
{% if w.instructors %}
check because that is already checked for.The text was updated successfully, but these errors were encountered: