{% extends 'base.html' %} {% load static from staticfiles %} {% block title %}Login{% endblock %} {% block content %}

Rig Information Gathering System

{% url "social:complete" "discourse" as completeUrl %} {% if not request.GET.next == completeUrl %}

Login with TEC Forum

{% endif %}

Login with RIGS Credentials

{% include 'registration/loginform.html' %}
{% endblock %}