mirror of
https://github.com/retspen/webvirtcloud
synced 2024-11-01 03:54:15 +00:00
missing csrf_token added to form.
This commit is contained in:
parent
340d93463e
commit
c355a4014f
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
<h4 class="modal-title">{% trans "Choose a compute for new instance" %}</h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<form class="form-horizontal" role="form">
|
||||
<form class="form-horizontal" role="form"> {% csrf_token %}
|
||||
<div class="form-group">
|
||||
<label class="col-sm-4 control-label">{% trans "Compute" %}</label>
|
||||
<div class="col-sm-6">
|
||||
|
|
Loading…
Reference in a new issue