Revision a020e99e snf-cyclades-app/synnefo/ui/templates/partials/create_vm.html

b/snf-cyclades-app/synnefo/ui/templates/partials/create_vm.html
78 78
            </div>
79 79
        </div>
80 80
    </div>
81
    <div class="image-warning">
82
      <p>
83
      {% blocktrans %}You have selected a user-provided Image, which is not
84
      officially endorsed by ~okeanos. Please make sure it is from a
85
      trustworthy source.{% endblocktrans %}
86
      </p>
87
    </div>
88 81
    <div class="steps-container clearfix">
89 82
        <div class="step-1 select-image wide create-step-cont clearfix">
90 83
            <div class="clearfix step-header">
......
324 317
    </div>
325 318
</div>
326 319

  
320
<div class="image-warning clearfix">
321
  <p>
322
  {% blocktrans %}You have selected a user-provided Image, which is not
323
  officially endorsed by ~okeanos. Please make sure it is from a
324
  trustworthy source.{% endblocktrans %}
325
  </p>
326
  <span class="untrusted-image-confirm confirm">confirm</span>
327
</div>
327 328
<div class="create-controls clearfix">
328 329
    <div class="form-action cancel">{% trans "cancel" %}</div>
329 330
    <div class="form-action next">{% trans "next" %}</div>

Also available in: Unified diff