Fix NoReverseMatch for create-virtual-machine

This commit is contained in:
modulos 2017-05-22 12:53:01 +02:00
commit e782290eeb
2 changed files with 2 additions and 2 deletions

View file

@ -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/>