Closed Yuffster closed 5 years ago
Related to #115, this is just a bit of syntax sugar for @willdayble.
Now instead of:
{% url_is('course.view') or url_is('lesson.view') %}
We can just do:
{% url_is('course.view', 'lesson.view') %}
Related to #115, this is just a bit of syntax sugar for @willdayble.
Now instead of:
We can just do: