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

b/snf-cyclades-app/synnefo/ui/templates/partials/create_vm.html
1 1
{% load i18n %}
2 2
<div id="createvm-overlay-content" class="hidden create-vm">
3

  
4 3
    <div class="steps-history clearfix">
5 4
        <div class="steps-history-cont step1h completed step-header"
6 5
            id="vm-create-step-history-1">
......
79 78
            </div>
80 79
        </div>
81 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>
82 88
    <div class="steps-container clearfix">
83 89
        <div class="step-1 select-image wide create-step-cont clearfix">
84 90
            <div class="clearfix step-header">

Also available in: Unified diff