We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc238ea commit 8649fc7Copy full SHA for 8649fc7
log_reader/templates/log_reader/admin/change_list.html
@@ -35,9 +35,9 @@ <h1>File Logs</h1>
35
{% endif %}
36
37
{% if file_contents %}
38
- <form id="changelist-form" method="post" novalidate="">
+ <form id="changelist-form" method="post" novalidate=""{% if django_version < '3' %} style="width: auto;margin-right: 280px;" {% endif %}>
39
<div class="results">
40
- <table id="result_list"{% if django_version < '3' %} style="width: auto;margin-right: 280px;" {% endif %}>
+ <table id="result_list">
41
<thead>
42
<tr>
43
<th scope="col" class="action-checkbox-column">
0 commit comments