Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
🔧 Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary-H9 committed Aug 5, 2024
1 parent 18c8712 commit a7144d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions streamingapp/templates/streamingapp/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<link href="{% static 'app.css' %}" rel="stylesheet" type="text/css" />
</head>
<body>
{% include "includes/header.html" %}
{% include "includes/phase_banner.html" %}
{% include "streamingapp/includes/header.html" %}
{% include "streamingapp/includes/phase_banner.html" %}
{% block content %}{% endblock %}
<script src="{% static 'assets/js/govuk.js' %}"></script>
<script>window.GOVUKFrontend.initAll()</script>
Expand Down

0 comments on commit a7144d3

Please sign in to comment.