File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
cesnet_service_path_plugin/templates/cesnet_service_path_plugin Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 %}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " cesnet_service_path_plugin"
7- version = " 5.1.1 "
7+ version = " 5.1.2 "
88description = " Adds ability to create, edit and view service paths in the CESNET network."
99authors = [
1010 {
name =
" Jan Krupa" ,
email =
" [email protected] " },
You can’t perform that action at this time.
0 commit comments