{% extends 'base_embed.html' %} {% load widget_tweaks %} {% block title %}Login{% endblock %} {% block content %}

Rig Information Gathering System

{% include 'form_errors.html' %}
{% csrf_token %}
{{ form.username }}
{{ form.password }}
{% endblock %}