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

Welcome To MFAH!

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

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