Skip to content
GitLab
Explore
Sign in
Commits on Source (1)
Remove the tenprint template size_name variable from the tenprint.html page
· 05b7ec36
Marco De Donno
authored
Aug 15, 2019
05b7ec36
Hide whitespace changes
Inline
Side-by-side
templates/submission/tenprint.html
View file @
05b7ec36
...
@@ -314,7 +314,7 @@
...
@@ -314,7 +314,7 @@
<option
value=
"0"
id=
"tenprint_template_none_option"
selected
>
None
</option>
<option
value=
"0"
id=
"tenprint_template_none_option"
selected
>
None
</option>
{% for tenprint_template in tenprint_templates %}
{% for tenprint_template in tenprint_templates %}
<option
value=
"{{ tenprint_template[ 'id' ] }}"
id=
"{{ tenprint_template[ 'id' ] }}_option"
>
<option
value=
"{{ tenprint_template[ 'id' ] }}"
id=
"{{ tenprint_template[ 'id' ] }}_option"
>
{{ tenprint_template[ 'name' ] }}
- {{ tenprint_template[ 'size_display' ] }}
{{ tenprint_template[ 'name' ] }}
</option>
</option>
{% endfor %}
{% endfor %}
...
...