Skip to content

Commit

Permalink
Modification charte oct 18
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpineau committed Oct 10, 2018
1 parent 042bdbe commit 13686c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/showCharte.scala.html
Expand Up @@ -15,8 +15,8 @@
<div class="mdl-color--white mdl-shadow--2dp mdl-cell mdl-cell--12-col mdl-grid">
<h3 class="mdl-cell mdl-cell--12-col">@if(user.hasAcceptedCharte) {Charte A+} else {Validation de la Charte A+}</h3>
@if(user.hasAcceptedCharte == false) { <p>Pour accéder au service A+, vous devez valider la charte suivante : (si elle n'affiche pas, vous pouvez la télécharger plus bas dans la page)</p>}
<embed src="@routes.Assets.versioned("pdf/charte_2_septembre_2018.pdf")" width="100%" height="600" alt="pdf" pluginspage="http://www.adobe.com/products/acrobat/readstep2.html">
<p><a href="@routes.Assets.versioned("pdf/charte_2_septembre_2018.pdf")" target="_blank" download="charte_2_septembre_2018.pdf">Si vous ne voyez pas la charte cliquez-ici pour la télécharger.</a></p>
<embed src="@routes.Assets.versioned("pdf/charte_3_octobre_2018.pdf")" width="100%" height="600" alt="pdf" pluginspage="http://www.adobe.com/products/acrobat/readstep2.html">
<p><a href="@routes.Assets.versioned("pdf/charte_3_octobre_2018.pdf")" target="_blank" download="charte_3_octobre_2018.pdf">Si vous ne voyez pas la charte cliquez-ici pour la télécharger.</a></p>
@if(user.hasAcceptedCharte == false) {
@helper.form(action = routes.UserController.validateCharte(), args = 'class -> "mdl-cell mdl-cell--12-col mdl-grid mdl-grid--no-spacing") {
@flash.get("redirect").map { redirect =>
Expand Down

0 comments on commit 13686c1

Please sign in to comment.