We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdf67ef commit 63e5146Copy full SHA for 63e5146
libreforms_fastapi/app/templates/read_one_form.html.jinja
@@ -41,7 +41,7 @@
41
<a class="dropdown-item" id="signLink" onclick="signForm();" href="#">Sign Form</a>
42
<a class="dropdown-item" id="signLink" onclick="exportForm('json');" href="#">Export as JSON</a>
43
{# <a class="dropdown-item disabled" id="historyLink" href="#">View Form History</a> #}
44
- <a class="dropdown-item" id="duplicateLink" href="{{ url_for('ui_form_printer_friedly', form_name=form_name, document_id=document_id) }}">Print Form</a>
+ <a class="dropdown-item" id="duplicateLink" target="_blank" href="{{ url_for('ui_form_printer_friedly', form_name=form_name, document_id=document_id) }}">Print Form</a>
45
<a class="dropdown-item" id="duplicateLink" href="/ui/form/duplicate/{{ form_name }}/{{ document_id }}">Duplicate Form</a>
46
<a class="dropdown-item" id="deleteLink" onclick="deleteForm();" href="#">Delete Form</a>
47
{# <a class="dropdown-item disabled" id="downloadLink" href="#">Download Form</a> #}
0 commit comments