$(document).ready(function() {
  if(location.href.indexOf('/contribute.html') != -1)
  {
	$('label[for="titleid"]').html('Titre de l\'article');
    $('label[for="description"]').html('Description de votre action');
    $('label[for="content"]').html('Texte et photo de votre action');
    $('label[for="tagsid"]').parent().hide();
  }
});

