Commit 86b48b44 by Calen Pennington

Minor fixes

parent 092ef965
......@@ -35,13 +35,11 @@
${survey_fields.body(survey_list)}
</fieldset>
<input type="submit" id="" value="Submit Survey" />
%else:
<h1>You have already taken the survey.</h1>
<p>Thank you for your help! You can only take the survey once, and we already have your submission.</p>
%endif
<input type="submit" id="" value="Submit Survey" />
</form>
</section>
......@@ -167,7 +167,7 @@ $(function() {
%endif
%if not took_survey:
<a class="survey_link" href="/exit_survey">Take the survey</a>
<a class="survey_link" href="/exit_survey">Take exit survey</a>
%endif
</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment