admin: Require to be identitied to change the history
This commit is contained in:
parent
977caccc1f
commit
c638789b61
5 changed files with 44 additions and 8 deletions
|
|
@ -85,7 +85,7 @@
|
|||
<div class="btn-group mx-2" role="group">
|
||||
<button type="button" ng-click="addChoice()" class="btn btn-sm btn-primary"><span class="glyphicon glyphicon-plus" aria-hidden="true"></span> Ajouter choix</button>
|
||||
</div>
|
||||
<div class="btn-group" role="group">
|
||||
<div class="btn-group" role="group" ng-show="logged">
|
||||
<button type="button" class="btn btn-sm btn-dark" data-toggle="modal" data-target="#validationModal" data-flag="{{ flag.label }}" data-flagid="{{ flag.id }}" data-kind="flag_found"><span class="glyphicon glyphicon-check" aria-hidden="true"></span> Valider pour </button>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Reference in a new issue