Skip to content
Snippets Groups Projects
Commit 1c77d73e authored by Cyril L'Orphelin's avatar Cyril L'Orphelin
Browse files

MAJ

parent 3ea450a2
No related branches found
No related tags found
2 merge requests!5Module Tapes : Try fixing bug 'Mixed Content The page at was loaded over...,!3Openshift deployment
Pipeline #72098 passed
...@@ -98,6 +98,9 @@ ...@@ -98,6 +98,9 @@
<div class="row"> <div class="row">
<div class="float-left col-6"> <div class="float-left col-6">
<h3><span class="badge badge-{{lots.statutid.color }}">{{lots.statutid.statut }}</span><span class="ml-3 badge badge-primary">{{lots.tapesmodeleid.nom }}</span></h3> <h3><span class="badge badge-{{lots.statutid.color }}">{{lots.statutid.statut }}</span><span class="ml-3 badge badge-primary">{{lots.tapesmodeleid.nom }}</span></h3>
{% if tapes[0].commentaire is defined %}
<em>{{ tapes[0].commentaire }} </em>
{% endif %}
</div> </div>
<input class="d-none" id="lotid" value="{{ lots.lotid }}"/> <input class="d-none" id="lotid" value="{{ lots.lotid }}"/>
<div class="float-right text-right col-6"> <div class="float-right text-right col-6">
...@@ -110,6 +113,10 @@ ...@@ -110,6 +113,10 @@
{% if lots.statutid.statutid=='38' %} {% if lots.statutid.statutid=='38' %}
<span> <i class="m-2 fas fa-warehouse"></i><a href="#" class="change_status" id="40">Mise en Service</a></span> <span> <i class="m-2 fas fa-warehouse"></i><a href="#" class="change_status" id="40">Mise en Service</a></span>
{% endif %} {% endif %}
{% if tapes[0].prix is defined %}
<span>Prix: {{ tapes[0].prix }} <i class="m-1 fas fa-euro-sign"></i></span>
{% endif %}
</div> </div>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment