diff --git a/benefits/templates/registration/logged_out.html b/benefits/templates/registration/logged_out.html new file mode 100644 index 000000000..c1ec08422 --- /dev/null +++ b/benefits/templates/registration/logged_out.html @@ -0,0 +1,35 @@ +{% extends "admin/agency-base.html" %} +{% load static %} + +{% block title %} + Logged out | Cal-ITP Benefits Administrator +{% endblock title %} + +{% block extrastyle %} + {{ block.super }} + +{% endblock extrastyle %} + +{% block bodyclass %} + {{ block.super }} login +{% endblock bodyclass %} + +{% block branding %} +
+ California Integrated Travel Project: Benefits logo (large) +
+ +
+

Administrator

+
+{% endblock branding %} + +{% block content %} + +
+

You have logged out successfully.

+ + Log in again +
+ +{% endblock content %}