Skip to content

Commit 8c44368

Browse files
committed
Merge branch 'master' into 518-branding
2 parents 8beb8ef + 5a9d15d commit 8c44368

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ addons:
1010
install:
1111
- pip install -U pipenv
1212
- pipenv install --dev --system --deploy
13+
cache: pip
1314
env:
1415
global:
1516
- FLASK_APP: wsgi.py

app/templates/email/carpool_cancelled.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Hello {{ rider.name }},
22

33
Unfortunately, the carpool from {{ carpool.from_place }} to {{ carpool.destination.name }} at {{ carpool.leave_time | humanize }} has been cancelled.
4-
{{% if is_driver %}}
4+
{% if is_driver %}
55

66
This carpool was cancelled by an administrator.
77

0 commit comments

Comments
 (0)