1👍
✅
I think you need to update your urls.py to define variable name passed to the view as
url(r'^show_modal_topic.html/(?P<topic_id>\d+)/$', views_topics.load_topic),
Source:stackexchange.com