Skip to content

Commit

Permalink
Use gov uk header class
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljcollinsuk committed Dec 1, 2023
1 parent c06cea7 commit b6c22ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion controlpanel/interfaces/web/templates/data-products.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
{% extends "base.html" %}

{% block content %}
<h1> Data products </h1>
<h1 class="govuk-heading-xl"> Data products </h1>

{% endblock %}
2 changes: 1 addition & 1 deletion controlpanel/interfaces/web/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
{{ user.user_id }}
</pre>

<h1>User list</h1>
<h1 class="govuk-heading-xl">User list</h1>
{% for user in users %}
<li>{{ user.name }}: {{ user.nickname }}, {{ user.email }} </li>
{% endfor %}
Expand Down

0 comments on commit b6c22ac

Please sign in to comment.