{% extends "website/templates/base.html" %} {% load widget_tweaks %} {% block content %}


Please login with your
FOSSEE Forum account.

{% csrf_token %} {% if form.errors %}
Invalid username or password
{% endif %} {% with WIDGET_ERROR_CLASS='field_error' %}
{% render_field form.username class+="form-control" %}
{% render_field form.password class+="form-control" %}
{% if next %} {% endif %} {% endwith %}

Rules and Regulations

Dont have a FOSSEE Forum account yet ?

Register

{% endblock %} {% block javascript %} $(".alert").alert(); {% endblock %}