File tree Expand file tree Collapse file tree 2 files changed +14
-14
lines changed
log_reader/templates/log_reader/admin Expand file tree Collapse file tree 2 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -26,20 +26,20 @@ <h1>File Logs</h1>
26
26
{% block content %}
27
27
< div id ="content-main ">
28
28
< div class ="module filtered " id ="changelist ">
29
- {% if django_version > = '3' %}
30
- < div class =" changelist-form-container " > {% endif %}
31
- {% if file_contents %}
32
- < div id ="toolbar ">
33
- < form id =" changelist-search " method =" get " >
34
- < div > <!-- DIV needed for valid HTML -- >
35
- < label for =" searchbar " > < img src =" {% static " admin /img/search.svg" %}" alt=" Search " > </ label >
36
- < input type ="text " size =" 40 " name =" q " value ="{{ request.GET.q }} " id =" searchbar " autofocus =" ">
37
- < input type =" submit " value =" Search " >
38
- </ div >
39
- </ form >
29
+ {% if django_version > = '3' %}< div class =" changelist-form-container " > {% endif %}
30
+
31
+ < div id =" toolbar " >
32
+ < form id ="changelist-search " method =" get ">
33
+ < div > <!-- DIV needed for valid HTML -- >
34
+ < label for =" searchbar " > < img src =" {% static " admin /img/search.svg" %}" alt=" Search " > </ label >
35
+ < input type =" text " size =" 40 " name =" q " value =" {{ request.GET.q }} " id =" searchbar " autofocus ="" >
36
+ < input type ="submit " value ="Search ">
37
+ </ div >
38
+ </ form >
39
+ {% if file_contents %}
40
40
< button id ="DownloadLogFile " type ="submit "> Download</ button >
41
- </ div >
42
- {% endif %}
41
+ {% endif %}
42
+ </ div >
43
43
44
44
{% if file_contents %}
45
45
< form id ="changelist-form " method ="post " novalidate =""{% if django_version < '3' %} style="width: auto;margin-right: 280px; " {% endif %} >
Original file line number Diff line number Diff line change 9
9
10
10
setup (
11
11
name = 'django-log-reader' ,
12
- version = '1.1.7 ' ,
12
+ version = '1.1.8 ' ,
13
13
zip_safe = False ,
14
14
packages = find_packages (),
15
15
include_package_data = True ,
You can’t perform that action at this time.
0 commit comments