Skip to content

Commit

Permalink
Add an explicit title to the AI page
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospri committed Oct 19, 2023
1 parent e9ebd14 commit 0a8b922
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lms/templates/admin/application_instance/show.html.jinja2
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{% import "lms:templates/admin/macros.html.jinja2" as macros %}

{% extends "lms:templates/admin/base.html.jinja2" %}

{% block title %}
Application instance {{instance.id}}
{% endblock %}


{% block header %}
Application instance {{instance.id}}

Expand Down

0 comments on commit 0a8b922

Please sign in to comment.