another reseaupro link

This commit is contained in:
Thomas NOËL 2013-09-25 11:03:19 +02:00
parent e1a8e40b91
commit 859e0a2a3a
3 changed files with 10 additions and 1 deletions

View File

@ -182,6 +182,10 @@ div.app-picto-reseaupro a {
background: transparent url(../img/reseaupro.png) center center no-repeat;
background-color: white;
}
div.app-picto-reseaupro-2 a {
background: transparent url(../img/reseaupro-2.png) center center no-repeat;
background-color: white;
}
div.app-picto-wcs a {
background: transparent url(../img/face-monkey-symbolic.png) center center no-repeat;

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -71,7 +71,12 @@ class Homepage(TemplateView):
'label': u'RP',
'picto': u'reseaupro',
'background_color': '#008ba5',
'url': 'http://reseaupro.univ-paris1.fr/CAS.php'}),
'url': 'https://reseaupro.univ-paris1.fr/CAS.php'}),
'app010': ('launcher', {'row': 4, 'col': 3,
'label': u'RP-2',
'picto': u'reseaupro-2',
'background_color': '#008ba5',
'url': 'https://reseaupro.univcloud.fr/univ-paris1/'}),
})
profile.save()