cleanup
This commit is contained in:
@@ -1,18 +1,18 @@
|
|||||||
appdirs==1.4.0
|
appdirs==1.4.0
|
||||||
boto3==1.4.4
|
boto3==1.9.28
|
||||||
botocore==1.5.7
|
botocore==1.12.28
|
||||||
Django==1.10.5
|
Django==1.11.16
|
||||||
django-cleanup==0.4.2
|
django-cleanup==0.4.2
|
||||||
django-stdimage==2.4.1
|
django-stdimage==2.4.1
|
||||||
django-storages==1.5.2
|
django-storages==1.5.2
|
||||||
docutils==0.13.1
|
docutils==0.13.1
|
||||||
futures==3.0.5
|
futures==3.0.5
|
||||||
gunicorn==19.6.0
|
gunicorn==19.9.0
|
||||||
jmespath==0.9.1
|
jmespath==0.9.1
|
||||||
oauthlib==2.0.1
|
oauthlib==2.1.0
|
||||||
olefile==0.44
|
olefile==0.44
|
||||||
packaging==16.8
|
packaging==16.8
|
||||||
Pillow==4.0.0
|
Pillow==5.3.0
|
||||||
progressbar2==3.12.0
|
progressbar2==3.12.0
|
||||||
psycopg2-binary==2.7.5
|
psycopg2-binary==2.7.5
|
||||||
PyJWT==1.4.2
|
PyJWT==1.4.2
|
||||||
@@ -20,10 +20,12 @@ pyparsing==2.1.10
|
|||||||
python-dateutil==2.6.0
|
python-dateutil==2.6.0
|
||||||
python-openid==2.2.5
|
python-openid==2.2.5
|
||||||
python-utils==2.0.1
|
python-utils==2.0.1
|
||||||
|
pytz==2018.5
|
||||||
requests==2.13.0
|
requests==2.13.0
|
||||||
requests-oauthlib==0.7.0
|
requests-oauthlib==0.7.0
|
||||||
s3transfer==0.1.10
|
s3transfer==0.1.10
|
||||||
six==1.10.0
|
six==1.10.0
|
||||||
social-auth-app-django==1.0.1
|
social-auth-app-django==2.1.0
|
||||||
social-auth-core==1.1.0
|
social-auth-core==1.7.0
|
||||||
|
urllib3==1.23
|
||||||
whitenoise==3.3.0
|
whitenoise==3.3.0
|
||||||
|
|||||||
@@ -126,11 +126,11 @@ section {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.empty {
|
.emptyItems {
|
||||||
margin: $pad-l;
|
margin: $pad-xl;
|
||||||
color: $midgray;
|
color: $midgray;
|
||||||
font-weight: lighter;
|
font-size: 12px;
|
||||||
font-size: 16px;
|
font-style: italic;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -242,11 +242,11 @@ section {
|
|||||||
background-color: #fff7d9;
|
background-color: #fff7d9;
|
||||||
}
|
}
|
||||||
|
|
||||||
.empty {
|
.emptyItems {
|
||||||
margin: 16px;
|
margin: 36px;
|
||||||
color: #969499;
|
color: #969499;
|
||||||
font-weight: lighter;
|
font-size: 12px;
|
||||||
font-size: 16px;
|
font-style: italic;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
{% for I in items %}
|
{% for I in items %}
|
||||||
{% include "./item.html" %}
|
{% include "./item.html" %}
|
||||||
{% empty %}
|
{% empty %}
|
||||||
<div class="empty">No Reimbursements</div>
|
<div class="emptyItems">No Reimbursements</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<div class="pagination">
|
<div class="pagination">
|
||||||
{% if items.has_previous %}
|
{% if items.has_previous %}
|
||||||
|
|||||||
Reference in New Issue
Block a user