llazzaro / django-scheduler

A calendaring app for Django.
BSD 3-Clause "New" or "Revised" License
1.27k stars 391 forks source link

Allow override of prev_url and next_url links #521

Closed robertpro closed 1 year ago

robertpro commented 2 years ago

This PR allow the developer to override the prev/next tags, in my use case I need to use fontawesome but the a tag is hard-coded, so I can't override the a tag.

Please let me know if there is a better way to do this.

Someone else had a similar issue: https://github.com/llazzaro/django-scheduler/issues/519