I tried to create modalForm in base.html to call add-article view in any page. Here is how I do views.py
def add_article(request): new_article = None if