Skip to content

Commit

Permalink
added first template implementation
Browse files Browse the repository at this point in the history
first templating things
  • Loading branch information
agmes4 committed Sep 6, 2023
1 parent 5e82221 commit 8f6d24b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sipa/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,7 @@ <h2>
<script src="{{ url_for("static", filename="js/raphael.2.1.0.min.js") }}"></script>
<script src="{{ url_for("static", filename="js/statuspage.js") }}"></script>
<script src="{{ url_for("static", filename="js/agdsn.js") }}"></script>
<script src="{{ url_for("static", filename="js/htmx.js") }}"></script>
{% block custom_script %}{% endblock %}
</body>
</html>
1 change: 1 addition & 0 deletions sipa/templates/usersuite/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
{% block content %}
{% include 'usersuite/_index_status.html' %}
{% include 'usersuite/_payment_details.html' %}
{% include 'usersuite/_port_forwardings.html' %}
{% if show_traffic_data %}
{% include '_traffic.html' %}
{% endif %}
Expand Down

0 comments on commit 8f6d24b

Please sign in to comment.