Skip to content

Commit 0380e25

Browse files
committed
Merge branch 'fix_link' into 'main'
fix link in tab title See merge request 701/netbox/cesnet_service_path_plugin!33
2 parents c65d5b2 + 6e04a65 commit 0380e25

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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 %}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "cesnet_service_path_plugin"
7-
version = "5.1.1"
7+
version = "5.1.2"
88
description = "Adds ability to create, edit and view service paths in the CESNET network."
99
authors = [
1010
{name = "Jan Krupa", email = "[email protected]"},

0 commit comments

Comments
 (0)