Skip to content

Commit

Permalink
Merge pull request #150 from stuartmaxwell:remove-contact-form
Browse files Browse the repository at this point in the history
Fix HTMX
  • Loading branch information
stuartmaxwell authored Nov 22, 2024
2 parents b7abd3c + 7aad3e9 commit 921e01e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 0 additions & 4 deletions spf_generator/templates/spf_generator/generator.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
{% extends "base.html" %}
{% load spf_generator_filters %}

{% block head %}
<script src="https://unpkg.com/[email protected]" integrity="sha384-0895/pl2MU10Hqc6jd4RvrthNlDiE9U1tWmX7WRESftEDRosgxNsQG/Ze9YMRzHq" crossorigin="anonymous"></script>
{% endblock head %}

{% block main_classes %}container{% endblock %}

{% block content %}
Expand Down
5 changes: 4 additions & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@
{% if not debug %}
<script async src="https://u.amanzi.nz/script.js" data-website-id="d5f479d8-65fb-4f80-9823-5fe5ca2e17aa"></script>
{% endif %}
{% block head %}{% endblock %}

{% block head %}
<script src="https://unpkg.com/[email protected]" integrity="sha384-0895/pl2MU10Hqc6jd4RvrthNlDiE9U1tWmX7WRESftEDRosgxNsQG/Ze9YMRzHq" crossorigin="anonymous"></script>
{% endblock head %}
</head>
<body>
<header>
Expand Down

0 comments on commit 921e01e

Please sign in to comment.