diff --git a/univcloud/static/css/style.css b/univcloud/static/css/style.css index 649de3b..6678eed 100644 --- a/univcloud/static/css/style.css +++ b/univcloud/static/css/style.css @@ -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; diff --git a/univcloud/static/img/reseaupro-2.png b/univcloud/static/img/reseaupro-2.png new file mode 100644 index 0000000..8c51637 Binary files /dev/null and b/univcloud/static/img/reseaupro-2.png differ diff --git a/univcloud/views.py b/univcloud/views.py index 2ee6cf5..facaff3 100644 --- a/univcloud/views.py +++ b/univcloud/views.py @@ -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()