aboutsummaryrefslogtreecommitdiffstats
path: root/jm2l/templates/Staff/new.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/Staff/new.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/Staff/new.mako')
-rw-r--r--jm2l/templates/Staff/new.mako2
1 files changed, 1 insertions, 1 deletions
diff --git a/jm2l/templates/Staff/new.mako b/jm2l/templates/Staff/new.mako
index 2329408..169a2f0 100644
--- a/jm2l/templates/Staff/new.mako
+++ b/jm2l/templates/Staff/new.mako
@@ -5,5 +5,5 @@
<form action="/Staff/new" method="post">
<input type="text" maxlength="100" name="name">
- <input type="submit" name="add" value="ADD" class="button">
+ <input type="submit" class="btn btn-primary" name="add" value="ADD" class="button">
</form> \ No newline at end of file