We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 546217d + 078c358 commit 3fc09a8Copy full SHA for 3fc09a8
src/registrar/templates/admin/analytics.html
@@ -1,8 +1,21 @@
1
{% extends "admin/base_site.html" %}
2
{% load static %}
3
+{% load i18n %}
4
5
{% block content_title %}<h1>Registrar Analytics</h1>{% endblock %}
6
7
+{% block breadcrumbs %}
8
+{% comment %}
9
+Overrides the breadcrumb styles found in this file:
10
+https://github.com/django/django/blob/main/django/contrib/admin/templates/admin/base.html
11
+{% endcomment %}
12
+<div class="breadcrumbs">
13
+ <a href="{% url "admin:index" %}">{% trans "Home" %}</a>
14
+ ›
15
+ <span>{% trans "Analytics Dashboard" %}</span>
16
+</div>
17
+{% endblock %}
18
+
19
{% block content %}
20
21
<div id="content-main" class="custom-admin-template">
0 commit comments