Skip to content

Commit

Permalink
update group values
Browse files Browse the repository at this point in the history
  • Loading branch information
HamzaAburaneh committed Nov 15, 2024
1 parent 108fa52 commit baf4322
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/templates/topTaskSurvey_en.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ <h2 class="h4">Filter by:</h2>
<select class="form-control" id="group" name="group">
<option value>All</option>
<option value="LLO / PEC">LLO</option>
<option value="MSCBA-ROE">MSCBA-ROE</option>
<option value="MSCBA-GCOS">MSCBA-GCOS</option>
<option value="SEF">SEF</option>
<option value="MSCBA-ROE / MDESC-RE">MSCBA-ROE</option>
<option value="MSCBA-GCOS / MDESC-SELSC">MSCBA-GCOS</option>
<option value="SEF / SEF">SEF</option>
</select>
</div>
<div class="commentsCheckbox">
Expand Down
8 changes: 4 additions & 4 deletions src/main/resources/templates/topTaskSurvey_fr.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ <h2 class="h4">Filtrer par:</h2>
</label>
<select class="form-control" id="group" name="group">
<option value>Tous</option>
<option value="LLO / PEC">PEC</option>
<option value="MSCBA-ROE">MSCBA-ROE</option>
<option value="MSCBA-GCOS">MSCBA-GCOS</option>
<option value="SEF">SEF</option>
<option value="LLO / PEC">LLO</option>
<option value="MSCBA-ROE / MDESC-RE">MDESC-RE</option>
<option value="MSCBA-GCOS / MDESC-SELSC">MDESC-SELSC</option>
<option value="SEF / SEF">SEF</option>
</select>
</div>
<div class="commentsCheckbox">
Expand Down

0 comments on commit baf4322

Please sign in to comment.