From fa877dc1a054b371fcfc6df08f88dea1eeb95ddc Mon Sep 17 00:00:00 2001
From: florimondmanca <florimond.manca@gmail.com>
Date: Thu, 20 Sep 2018 10:53:31 +0200
Subject: [PATCH] add link to googleform

---
 src/app/signup/student-signup/student-signup.component.html | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/app/signup/student-signup/student-signup.component.html b/src/app/signup/student-signup/student-signup.component.html
index 93f86c4..b35a2b2 100644
--- a/src/app/signup/student-signup/student-signup.component.html
+++ b/src/app/signup/student-signup/student-signup.component.html
@@ -32,12 +32,11 @@
       </mat-hint>
     </mat-form-field>
 
-    <!-- TODO: add link to Google Form -->
     <p>
       Pour assurer ton inscription au tutorat, il est
       <strong>obligatoire</strong>
       de remplir le
-      <a href="" rel="noreferrer" target="_blank">
+      <a href="https://docs.google.com/forms/d/e/1FAIpQLScJnkGaDdXWL-sPyHuq58gJivr5xkZ_M5AASRCBHx4a9wR4-Q/viewform?usp=sf_link" rel="noreferrer" target="_blank">
         formulaire d'inscription administrative
       </a>
       (Google Form).
-- 
GitLab