Commit 165d3a0312193cf14ddca002388b70b3e05e18d9

Authored by Tássia Camões Araújo
1 parent db20aeba
Exists in master and in 1 other branch add_vagrant

Added last thanks template (after user identification).

Showing 1 changed file with 16 additions and 0 deletions   Show diff stats
src/web/templates/thanks_id.html 0 → 100644
... ... @@ -0,0 +1,16 @@
  1 +$var title: Feedback
  2 +$var mod = 'thanks';
  3 +$var cssfiles: static/css/survey.css
  4 +
  5 +
  6 +<div id="maincontent">
  7 +<div class="innertube">
  8 +
  9 +<center>
  10 +<h1>Thanks!</h1>
  11 +<p>Thank you once again and stay tunned for the survey results report.</p><br />
  12 +</center>
  13 +
  14 +</div><!-- class="innertube" -->
  15 +</div><!-- id="maincontent" -->
  16 +
... ...