Docfile commited on
Commit
d979f73
·
verified ·
1 Parent(s): c34b565

Update templates/philosophie.html

Browse files
Files changed (1) hide show
  1. templates/philosophie.html +2 -2
templates/philosophie.html CHANGED
@@ -198,8 +198,8 @@
198
  <div class="form-group">
199
  <label for="dissertation-type">Choisir la méthodologie</label>
200
  <select id="dissertation-type" v-model="dissertationType" class="form-select">
201
- <option value="type1">Type 1 (Problématique en deux questions)</option>
202
- <option value="type2">Type 2 (Introduction autour d'une citation)</option>
203
  </select>
204
  </div>
205
 
 
198
  <div class="form-group">
199
  <label for="dissertation-type">Choisir la méthodologie</label>
200
  <select id="dissertation-type" v-model="dissertationType" class="form-select">
201
+ <option value="type1">Type 1 </option>
202
+ <option value="type2">Type 2 (citation)</option>
203
  </select>
204
  </div>
205