We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c65d5b2 commit 874c57aCopy full SHA for 874c57a
cesnet_service_path_plugin/templates/cesnet_service_path_plugin/segment_edit.html
@@ -1,9 +1,9 @@
1
{% extends 'generic/object_edit.html' %}
2
{% load i18n %}
3
{% load static %}
4
-{% block title %}
+{% block head %}
5
+ {{ block.super }}
6
<link rel="stylesheet"
7
href="{% static 'cesnet_service_path_plugin/css/segment_form.css' %}">
8
<script src="{% static 'cesnet_service_path_plugin/js/segment_form.js' %}"></script>
- {{ block.super }}
9
-{% endblock title %}
+{% endblock head %}
0 commit comments