Skip to content

Commit 8649fc7

Browse files
committed
debug v2
1 parent fc238ea commit 8649fc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

log_reader/templates/log_reader/admin/change_list.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ <h1>File Logs</h1>
3535
{% endif %}
3636

3737
{% if file_contents %}
38-
<form id="changelist-form" method="post" novalidate="">
38+
<form id="changelist-form" method="post" novalidate=""{% if django_version < '3' %} style="width: auto;margin-right: 280px;" {% endif %}>
3939
<div class="results">
40-
<table id="result_list"{% if django_version < '3' %} style="width: auto;margin-right: 280px;" {% endif %}>
40+
<table id="result_list">
4141
<thead>
4242
<tr>
4343
<th scope="col" class="action-checkbox-column">

0 commit comments

Comments
 (0)