aboutsummaryrefslogtreecommitdiffstats
path: root/jm2l/templates/edit_tiers.mako
diff options
context:
space:
mode:
Diffstat (limited to 'jm2l/templates/edit_tiers.mako')
-rw-r--r--jm2l/templates/edit_tiers.mako4
1 files changed, 2 insertions, 2 deletions
diff --git a/jm2l/templates/edit_tiers.mako b/jm2l/templates/edit_tiers.mako
index 58d300a..427c555 100644
--- a/jm2l/templates/edit_tiers.mako
+++ b/jm2l/templates/edit_tiers.mako
@@ -115,9 +115,9 @@ DicForm = {
</fieldset>
% endif
% if 'uid' in form._fields:
- <button type="submit">Enregistrer</button>
+ <button class="btn btn-primary" type="submit">Enregistrer</button>
% else:
- <button type="submit">Proposer</button>
+ <button class="btn btn-primary" type="submit">Proposer</button>
% endif
</form>
% if 'uid' in form._fields: