Skip to content

Commit

Permalink
Add hint that questions don't need to be completed
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanw committed Jan 14, 2014
1 parent ad80760 commit 13301cd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion _layouts/persona.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@
en: Continue to the questions
de: Weiter zu den Fragen
pl: Obejrzyj pytania
questionhint:
en: You do not have to fill out everything and can skip questions if you want to.
de: Du musst nicht alles ausfüllen und kannst Fragen auslassen, wenn du möchtest.
otherlanguages:
en: Other languages
de: Andere Sprachen
Expand Down Expand Up @@ -272,11 +275,16 @@ <h1 class="big-title">{% if page.translations.title[page.language] %}{{ page.tra
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="col-lg-6 col-md-6 col-sm-6">
<a href="#persona-questions" class="continue-questions btn btn-primary btn-lg">
&raquo; {% if page.translations.continuequestions[page.language] %}{{ page.translations.continuequestions[page.language] }}{% else %}{{ page.translations.continuequestions.en }}{% endif %}
</a>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<p>
{% if page.translations.questionhint[page.language] %}{{ page.translations.questionhint[page.language] }}{% else %}{{ page.translations.questionhint.en }}{% endif %}
</p>
</div>
</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4">
Expand Down

0 comments on commit 13301cd

Please sign in to comment.