1👍
✅
On your template, try this instead:
<a class="button" href="{% url 'forum.views.forum' forum.pk %}">
Replace forum_pk
with forum.pk
and enclose the first parameter in quotes: 'forum.views.forum'
Source:stackexchange.com