aboutsummaryrefslogtreecommitdiffstats
path: root/jm2l/templates/Profil/Profil.mako
diff options
context:
space:
mode:
authortr4ck3ur <tr4ck3ur@style-python.fr>2015-02-20 17:13:29 +0100
committertr4ck3ur <tr4ck3ur@style-python.fr>2015-02-20 17:13:29 +0100
commit27af87b97384777ab77a6111081856d1295d9482 (patch)
tree8309ed671e67cd13c8cba2234d7b556ee59b150f /jm2l/templates/Profil/Profil.mako
parentf0f228f173fc8f4e2988d784cc1a34e275cd8e37 (diff)
downloadjm2l-27af87b97384777ab77a6111081856d1295d9482.tar.gz
jm2l-27af87b97384777ab77a6111081856d1295d9482.tar.bz2
jm2l-27af87b97384777ab77a6111081856d1295d9482.tar.xz
jm2l-27af87b97384777ab77a6111081856d1295d9482.zip
Add css on submit button
Diffstat (limited to 'jm2l/templates/Profil/Profil.mako')
-rw-r--r--jm2l/templates/Profil/Profil.mako2
1 files changed, 1 insertions, 1 deletions
diff --git a/jm2l/templates/Profil/Profil.mako b/jm2l/templates/Profil/Profil.mako
index c438f83..9777124 100644
--- a/jm2l/templates/Profil/Profil.mako
+++ b/jm2l/templates/Profil/Profil.mako
@@ -110,7 +110,7 @@ DicForm = {
</div>
</fieldset>
- <input class="btn" type="submit" value="Enregistrer !" />
+ <input class="btn btn-primary" type="submit" value="Enregistrer !" />
</form>