You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

22 lines
784 B

<div class="row" id="apprendre-block">
<div class="col-lg-12">
<h3><b>Add ce que vous allez apprendre</b></h3>
<hr>
</div>
<div class="col-lg-8 col-md-8">
<div class="form-group d-flex">
<input type="text" class="form-control event-address" id="apprendre" placeholder="Ce que vous allez apprendre">
<button type="button" class="btn btn-primary inline-block" id="add_learning" style="margin-left: 10px;">Add Item</button>
</div>
</div>
<div class="col-lg-12 col-md-12 apprendre">
<!-- Added item will display here and can be removed -->
<ul id="learning_outcome">
</ul>
</div><br>
</div>
<div class="row">
<div class="col-lg-12 col-md-12">
<div id="description"></div>
</div>
</div>