1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2026-03-22 10:34:49 +00:00

page header rearragements

This commit is contained in:
catborise 2020-10-21 11:44:54 +03:00
parent 0681d52a03
commit d1cb6c2e52
7 changed files with 8 additions and 9 deletions

View file

@ -6,7 +6,7 @@
{% block style %}
<link rel="stylesheet" href="{% static "css/sortable-theme-bootstrap.css" %}" />
{% endblock %}
{% block page_heading %}{{ compute.name }}{% endblock page_heading %}
{% block page_heading %}{{ compute.name }} - {% trans "Instances" %}{% endblock page_heading %}
{% block page_heading_extra %}
<a href="{% url 'instances:create_instance_select_type' compute.id %}"