diff options
| author | Lex Neva <github.com@lexneva.name> | 2019-04-10 00:07:55 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2019-04-10 00:07:55 -0400 |
| commit | 2c39fbc8cf0ec626c945cbc4bd631c3372431821 (patch) | |
| tree | d7344e7bb1344848d2c60735dc97078a5d95bb71 /print/templates/print_overview.html | |
| parent | 9d4441b7009564a57425ab0ab73a70be5b8dabf4 (diff) | |
| parent | d87750b8b01ec8aba52ed653ab151930d5d84a9f (diff) | |
Merge branch 'master' into lexelby/revamp-fill
Diffstat (limited to 'print/templates/print_overview.html')
| -rw-r--r-- | print/templates/print_overview.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/print/templates/print_overview.html b/print/templates/print_overview.html index d5111562..34478438 100644 --- a/print/templates/print_overview.html +++ b/print/templates/print_overview.html @@ -27,7 +27,10 @@ <main class="client-overview-main"> <figure class="inksimulation" data-field-name="client-overview-transform" title="{{ _('Ctrl + Scroll to Zoom') }}"> {{ svg_overview|replace("<li>", "")|replace("</li>", "")|safe }} - {% include 'ui_svg_action_buttons.html' %} + {% with %} + {% set realistic_id='realistic-client-overview' %} + {% include 'ui_svg_action_buttons.html' with context %} + {% endwith %} </figure> <div class="color-palette"> |
