Commit 1594a296 by Kálmán Viktor

network: fix title in domain edit

parent 1e7cd0f7
......@@ -7,7 +7,7 @@
{% block content %}
<div class="page-heading">
<h1>{{ form.hostname.value }} <small>details of host</small></h1>
<h1>{{ form.name.value }} <small>details of host</small></h1>
</div>
{% crispy form %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment