changer cdn et pourcentage allocation

This commit is contained in:
2019-06-01 11:10:31 +02:00
parent 5cb738738f
commit 026bc02046
5 changed files with 7 additions and 9 deletions

View File

@@ -13,7 +13,7 @@ def main(global_config, **settings):
"""
# declarations
session_factory = SignedCookieSessionFactory('df53ktTE1G')
authn_policy = AuthTktAuthenticationPolicy('5D9Phu1xyP', callback=groupfinder, hashalg='sha512')
authn_policy = AuthTktAuthenticationPolicy('5D9Phu1xyP', callback=groupfinder, hashalg='sha512', timeout=36000)
authz_policy = ACLAuthorizationPolicy()
mailer_factory_from_settings(settings)

View File

@@ -44,8 +44,8 @@
}
.container-fluid {
padding-top: 40px;
padding-bottom: 40px;
padding-top: 2em;
padding-bottom: 1em;
}
.form-group {

View File

@@ -60,8 +60,8 @@
</table>
<p>
<b>Allocation globale</b> : 60% actions + 40% obligations<br />
<b>Allocation actions CTO</b> : 60% US + 30% Europe + 10% Japon (1/2)<br />
<b>Allocation actions PEA</b> : 85% World + 15% Emergents (1/2)
<b>Allocation actions D</b> (1/2) : 60% US (18%) + 30% Europe (9%) + 10% Japon (3%)<br />
<b>Allocation actions C</b> (1/2) : 85% World (26%) + 15% Emergents (4%)
</p>
</div>

View File

@@ -17,7 +17,7 @@
<link href="${request.static_url('caotek_mesavoirs:static/css/style.less')}" type="text/css" rel="stylesheet/less">
<!-- Bootstrap + jQuery JavaScript plugins) -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.2.2/jquery.min.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<!-- Bootstrap moment plugin -->

View File

@@ -68,8 +68,6 @@ Le lien suivant vous dirigera vers une page où vous pourrez ré-initialiser vot
@view_config(route_name='changer_mdp', renderer='../templates/members/changer_mdp.pt', permission='view')
def changer_mdp(request):
url = request.route_url('changer_mdp')
import pdb;pdb.set_trace()
logged_in = request.authenticated_userid
message = ''