Using multiple variable in a Django HTML page?
Essentially I need to pass a few variables into the same HTML page in Django, yet I can only seem to register one. Here is the View for the variable I want to use: @login_required def dtasks_24(request): usern = str(request.user)…