##// END OF EJS Templates
config change little style fix for form buttons...
marcink -
r471:ac559565 celery
parent child Browse files
Show More
@@ -56,7 +56,7 beaker.cache.super_short_term.expire=10
56 56 ### BEAKER SESSION ####
57 57 ####################################
58 58 ## Type of storage used for the session, current types are
59 ## “dbm”, “file”, “memcached”, “database”, and “memory”.
59 ## "dbm", "file", "memcached", "database", and "memory".
60 60 ## The storage uses the Container API
61 61 ##that is also used by the cache system.
62 62 beaker.session.type = file
@@ -173,7 +173,7 class DbManage(object):
173 173 new_user.password = get_crypt_password(password)
174 174 new_user.name = 'Hg'
175 175 new_user.lastname = 'Admin'
176 new_user.email = 'admin@localhost'
176 new_user.email = 'admin@localhost.com'
177 177 new_user.admin = admin
178 178 new_user.active = True
179 179
@@ -2877,7 +2877,7 div.form div.fields div.buttons input
2877 2877 #register div.form div.fields div.buttons
2878 2878 {
2879 2879 margin: 0;
2880 padding: 10px 0 0 97px;
2880 padding: 10px 0 0 114px;
2881 2881 clear: both;
2882 2882 overflow: hidden;
2883 2883 border-top: 1px solid #DDDDDD;
General Comments 0
You need to be logged in to leave comments. Login now