Skip to content

Commit 874c57a

Browse files
committed
fix link in tab title
1 parent c65d5b2 commit 874c57a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{% extends 'generic/object_edit.html' %}
22
{% load i18n %}
33
{% load static %}
4-
{% block title %}
4+
{% block head %}
5+
{{ block.super }}
56
<link rel="stylesheet"
67
href="{% static 'cesnet_service_path_plugin/css/segment_form.css' %}">
78
<script src="{% static 'cesnet_service_path_plugin/js/segment_form.js' %}"></script>
8-
{{ block.super }}
9-
{% endblock title %}
9+
{% endblock head %}

0 commit comments

Comments
 (0)