fitzroyacademy / web-app

The main web app
0 stars 0 forks source link

url_is should take multiple endpoints #119

Closed Yuffster closed 5 years ago

Yuffster commented 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') %}