mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Fix Missing JS Reference
This commit is contained in:
parent
64ac705324
commit
46c0f4f70c
@ -8,6 +8,7 @@
|
||||
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
|
||||
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
|
||||
crossorigin="anonymous"></script>
|
||||
{% block resources %} {% endblock %}
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
|
||||
@ -1,6 +1,10 @@
|
||||
{% extends "base.jinja2" %}
|
||||
{% from 'content.html' import content with context %}
|
||||
|
||||
{% block resources %}
|
||||
<script src="/schemas/schema_doc.min.js"></script>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<div class="row">
|
||||
<div class="col text-center">
|
||||
@ -12,4 +16,4 @@
|
||||
{{ content(schema) }}
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user