Revision 138dad8b templates/edumanage/service_details.html

b/templates/edumanage/service_details.html
144 144
    <div class="control-group {% if form.enc_level.errors %} error {% endif %}">
145 145
        <label class="control-label" for="id_oper_name">{% trans "Encryption Level" %}</label>
146 146
        <div class="controls">
147
            {{ service.enc_level }}
148
            
147
            {% for enc in service.enc_level %}{{enc}}{% if not forloop.last%}, {% endif %}{% endfor %}
149 148
        </div>
150 149
    </div>
151 150
    <div class="control-group {% if form.port_restrict.errors %} error {% endif %}">

Also available in: Unified diff