I\'m trying to create a submenu for a sports site. Each sport would need its own submenu. The problem I\'m having is I need the namespace itself to be dynamic in someway.
You can use the add template filter:
<a href="{% url sport_menu.sport_slug|add:':monthly' %}">Monthly View</a>