Update renamed layout.html

This commit is contained in:
Joachim 2021-08-01 11:38:44 +02:00
parent 78aa31afd5
commit 1a53f5c18a

View file

@ -1,5 +1,6 @@
{% extends 'layout.html' %}
{% load i18n %}
{% load static %}
{% block title %}{% trans "Updates" %}{% endblock %}
@ -105,5 +106,5 @@
{% endblock %}
{% block scripts %}
<script src="/static/js/vendor/tabs.js"></script>
<script src="{% static "js/vendor/tabs.js" %}"></script>
{% endblock %}