page header rearragements

This commit is contained in:
catborise
2020-10-21 12:09:06 +03:00
committed by catborise
parent 85d4c5f132
commit 488b71a68f
7 changed files with 8 additions and 9 deletions

View File

@@ -4,7 +4,7 @@
{% block title %}{% trans "Interfaces" %} - {{ compute.name }}{% endblock %}
{% block page_heading%}{% trans "Interfaces" %} - {{ compute.name }}{% endblock page_heading %}
{% block page_heading %}{{ compute.name }} - {% trans "Interfaces" %}{% endblock page_heading %}
{% block page_heading_extra %}{% include 'create_iface_block.html' %}{% endblock page_heading_extra %}