Browse Source

update from webadmin

exegetes.eu.org crontab 7 years ago
parent
commit
c4ef520b65
2 changed files with 3 additions and 3 deletions
  1. 2 2
      databags/annonce.ini
  2. 1 1
      templates/home.html

+ 2 - 2
databags/annonce.ini

@@ -1,10 +1,10 @@
 [fr]
 message = "Annonce :"
 link = "https://events.ccc.de/congress/2017/wiki/index.php/Assembly:Free_Software_Foundation_Europe#Day_3:_Friday_29"
-description = "Nous serons au 34C3 à Leipzig pour une présentation le 29/12 à 16h00."
+description = "Nous serons au 34C3 à Leipzig pour une présentation le 29/12 à 16h00. Cliquez ici pour plus d'infos."
 
 [en]
 message = "Announcement:"
 link = "https://events.ccc.de/congress/2017/wiki/index.php/Assembly:Free_Software_Foundation_Europe#Day_3:_Friday_29"
-description = "We will be at the 34C3 in Leipzig for a talk on 29/12 at 16:00"
+description = "We will be at the 34C3 in Leipzig for a talk on 29/12 at 16:00. Click here for more info."
 

+ 1 - 1
templates/home.html

@@ -15,7 +15,7 @@
 
 {% block body %}
 
-<div class="pinned-news alert alert-info">
+<div class="pinned-news">
 <strong>{{ bag('annonce', this.alt, 'message') }}</strong> <a href="{{ bag('annonce', this.alt, 'link') }}">{{ bag('annonce', this.alt, 'description') }}</a>
 </div>