diff --git a/swh/web/templates/layout.html b/swh/web/templates/layout.html index 0ea0a6fd..3e44112e 100644 --- a/swh/web/templates/layout.html +++ b/swh/web/templates/layout.html @@ -1,79 +1,79 @@ {% load static %} {% block title %}{% endblock %} {% block header %}{% endblock %}
{% block content %}{% endblock %}
back to top