Commit b11d0555 by Dányi Bence

webui: fix new template url

parent 099d200d
{% load i18n %}
{% load staticfiles %}
{% get_current_language as LANGUAGE_CODE %}
<form action="{% url one.views.vm_new base.id %}" method="post" id="template-wizard">
<form action="{% url new_vm_from_template base.id %}" method="post" id="template-wizard">
{% csrf_token %}
<div id="new-template-step-2" class="wizard">
<div class="progress">
......
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