diff --git a/app/views/digests/markdown.html.haml b/app/views/digests/markdown.html.haml
index e84021ee54dbf4760bf419cd532697c65c387f74..3a0309956ddb3683bc0c75dfd9bbbd1645802684 100644
--- a/app/views/digests/markdown.html.haml
+++ b/app/views/digests/markdown.html.haml
@@ -56,6 +56,7 @@
 
 %form(action='https://linuxfr.org/news' method='post' accept-charset='UTF-8')
   %input(type='hidden' name='utf8' value='✓')
+  %input(type='hidden' name='news[cc_licensed]' value='1')
   %input(type='hidden' name='news[section_id]' value='9')
   %input(type='hidden' name='tags' value='agenda_du_libre')
   %input(type='hidden' name='commit' value='Prévisualiser')
@@ -66,7 +67,7 @@
 
   .field.authenticity_token
     %label(for='token') Jeton
-    %input#token(type='text' name='authenticity_token')
+    %input#token(type='text' name='authenticity_token' autocomplete='off')
 
   .field.description
     %label(for='description') Contenu
@@ -111,7 +112,7 @@
 
     %input(type='hidden' name='news[links_attributes][5][title]'
       value='Agenda de la semaine précédente')
-    - pre = 'https://linuxfr.org/news/agenda-pour-la-semaine-'
+    - pre = 'https://linuxfr.org/news/agenda-du-libre-pour-la-semaine-'
     - pre += "#{(@week - 1.week).cweek}-de-l-annee-#{(@week - 1.week).year}"
     %input{ type: 'hidden', name: 'news[links_attributes][5][url]', value: pre }
     %input(type='hidden' name='news[links_attributes][5][lang]'