{% load static %} {{ redirect_to_login_immediately }} {% include 'web/auth/header.html' %}

Welcome To MFAH!

{% include 'web/message.html' %}
{% csrf_token %} {% comment %} +++++++++++++++++++++++++++++ {% endcomment %}
{{ forms.username }}
{{ forms.password }}
{% if request.get_host == 'adminstag.mfahmagazine.net:8000' %} {% elif request.get_host == 'publisherstag.mfahmagazine.net:8000' %} {% elif request.get_host == '127.0.0.1:8000' %} {% endif %} {% comment %} ++++++++++++++++++++++++++++++++++ {% endcomment %}


{% if request.get_host == 'publisherstag.mfahmagazine.net:8000' %} {% endif %}
{% include 'web/auth/footer.html' %}