Commit 6ab6548b by Danyi Bence

new-wm interface update

parent 494f7ac5
......@@ -15,11 +15,17 @@
</li>
<li id="new-wm" style="display: none">
<h2>Rendelkezésre álló sablonok</h2>
<ul class="wm-list">
{% for m in templates %}
<li class="wm">
<form method="POST" action="/vm/new/{{m.pk}}/">{% csrf_token %}
<p><input type="submit" value="{{m.name}}" class="button widebutton"/></p>
<div>
<input type="submit" value="{{m.name}}" class="summary"/>
</div>
</form>
</li>
{% endfor %}
</ul>
</li>
</ul>
</div>
......
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