18F/forest-service-prototype

View on GitHub
forestserviceprototype/specialuseform/templates/registration/logged_out.html

Summary

Maintainability
Test Coverage
{% extends "specialuseform/base.html" %}

{% block title %}Logged out{% endblock %}

{% block content %}
  <h2>Logged out!</h2>
  <p><a href="/">Back to the main page</a></p>
{% endblock %}