Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed issue #14785: Group Name and Description do not display on Expo…
…rt to Printable Survey
  • Loading branch information
dominikvitt committed Apr 18, 2019
1 parent 7dc8ee9 commit 31b1111
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/survey/vanilla/views/subviews/print/print_group.twig
@@ -1,7 +1,7 @@
<div class="survey-group {{odd_even}}">
<h2>{{group.name}}</h2>
<h2>{{group.groupname}}</h2>
<div class="group-desc">
{{group.description}}
{{group.groupdescription}}
</div>
{% for question in group.questions %}
{% set questionTemplate = './subviews/print/print_question.twig' %}
Expand Down

0 comments on commit 31b1111

Please sign in to comment.