Skip to content

Commit 19938ee

Browse files
remove form header (#119)
1 parent fb5ced4 commit 19938ee

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

app/templates/admin/eg003_bulk_export_user_data.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
{% include 'example_info.html' %}
44

55
<form class="eg" action="" method="post" data-busy="form">
6-
{% if 'FormName' in example['Forms'][form_index] %}
7-
<p>{{ example['Forms'][form_index]['FormName'] | safe }}</p>
8-
{% endif %}
9-
106
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}"/>
117
{% include 'continue_button.html' %}
128
</form>

app/templates/admin/eg004_add_users_via_bulk_import.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
66
{% set file_index = 0 %}
77

88
<form class="eg" action="" method="post" data-busy="form" enctype="multipart/form-data">
9-
{% if 'FormName' in example['Forms'][form_index] %}
10-
<p>{{ example['Forms'][form_index]['FormName'] | safe }}</p>
11-
{% endif %}
12-
13-
<label>{{ example['Forms'][form_index]['Inputs'][file_index]['InputName'] }}</label>
149
<div class="form-group">
1510
<input type="file" name="csv_file" required>
1611
</div>

0 commit comments

Comments
 (0)