File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ <h1>{% for l in data['links'] if l.rel == 'collection' %} {{ l['title'] }} {% en
43
43
< div class ="col-sm-12 ">
44
44
{% trans %}Limit{% endtrans %}:
45
45
< select id ="limits ">
46
- < option value ="{{ config['server']['limit'] }} "> {{ config['server']['limit '] }} ({% trans %}default{% endtrans %})</ option >
46
+ < option value ="{{ config['server']['limits']['default_items'] }} "> {{ config['server']['limits']['default_items '] }} ({% trans %}default{% endtrans %})</ option >
47
47
< option value ="100 "> 100</ option >
48
48
< option value ="1000 "> 1,000</ option >
49
49
< option value ="2000 "> 2,000</ option >
Original file line number Diff line number Diff line change 52
52
< div class ="col-sm-12 ">
53
53
{% trans %}Limit{% endtrans %}:
54
54
< select id ="limits ">
55
- < option value ="{{ config['server']['limit'] }} "> {{ config['server']['limit '] }} ({% trans %}default{% endtrans %})</ option >
55
+ < option value ="{{ config['server']['limits']['default_items'] }} "> {{ config['server']['limits']['default_items '] }} ({% trans %}default{% endtrans %})</ option >
56
56
< option value ="100 "> 100</ option >
57
57
< option value ="1000 "> 1,000</ option >
58
58
< option value ="2000 "> 2,000</ option >
You can’t perform that action at this time.
0 commit comments