Fix NoReverseMatch for create-virtual-machine
This commit is contained in:
parent
54c7234dbe
commit
e782290eeb
2 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@
|
|||
</div>
|
||||
{% if not error %}
|
||||
<p class="pull-right">
|
||||
<a class="btn btn-success" href="{% url 'hosting:create-virtual-machine' %}" >{% trans "Create VM"%} </a>
|
||||
<a class="btn btn-success" href="{% url 'hosting:create_virtual_machine' %}" >{% trans "Create VM"%} </a>
|
||||
</p>
|
||||
<br/>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue