Skip to content

Commit

Permalink
fix: event demo pages
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemai2awesome committed Jun 7, 2018
1 parent 832ca71 commit 73fe04f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
]
} only %}

{% include "@bolt/form-element-demo-checkbox.twig" with {
{% include "@pl/form-element-demo-checkbox.twig" with {
"labelTitle": "Receive periodic emails on key analyst reports, Pega events, and important news. You can unsubscribe at any time",
"elementId": "receive-emails",
"labelDisplayType": "inline"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@

{% set checkboxChildren %}
{% for checkbox in facet.checkboxes %}
{% include ("@bolt/form-element-demo-checkbox.twig") with {
{% include ("@pl/form-element-demo-checkbox.twig") with {
"labelTitle": checkbox,
"elementId": "checkbox-" ~ facet.title ~ checkbox
} only %}
Expand Down

0 comments on commit 73fe04f

Please sign in to comment.