Skip to content

Commit

Permalink
fix path to template macro import
Browse files Browse the repository at this point in the history
  • Loading branch information
rosado committed Oct 15, 2024
1 parent ff04a79 commit b097e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/check/statusPage/status.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% from "govuk/components/button/macro.njk" import govukButton %}
{% from "./checkingFileMacro.html" import checkingFileContent %}
{% from "./fileCheckedMacro.html" import fileCheckedContent %}
{% from 'components/dataset-banner.html' import datasetBanner %}
{% from '../../components/dataset-banner.html' import datasetBanner %}

{% extends "layouts/main.html" %}

Expand Down

0 comments on commit b097e7f

Please sign in to comment.