Skip to content

Commit

Permalink
fix(admin): add title to in-person enrollment success
Browse files Browse the repository at this point in the history
  • Loading branch information
machikoyasuda committed Sep 30, 2024
1 parent 35ffe13 commit 7d896e5
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
{% extends "admin/agency-base.html" %}
{% load static %}

{% block title %}
{{ title }}
{% endblock title %}

{% block content %}
<div class="row justify-content-center">
<div class="col-lg-6">
Expand Down

0 comments on commit 7d896e5

Please sign in to comment.