Skip to content

Commit 7859ad2

Browse files
committed
change copyright date
1 parent d6b7603 commit 7859ad2

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docker-compose.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ services:
2121
- '5432'
2222
volumes:
2323
- ./var/db/init_db.sql:/docker-entrypoint-initdb.d/init_db.sql
24-
# volumes:
25-
# - postgres_data:/var/lib/postgresql/data/
24+
# - ./pg_data:/var/lib/postgresql/data/
2625

2726
web:
2827
container_name: patrowl-django

templates/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@
404404
<footer class="footer">
405405
<div class="container-fluid">
406406
<div class="col-sm-6">
407-
<span class="text-muted">PatrOwl Manager 2018-2019 - version: {{ PATROWL_VERSION }}</span>
407+
<span class="text-muted">PatrOwl Manager 2018-2020 - version: {{ PATROWL_VERSION }}</span>
408408
<a href="https://github.com/Patrowl/PatrowlManager"><i class="text-muted fab fa-github fa-lg" aria-hidden="true"></i></a>
409409
<a href="https://twitter.com/patrowl_io"><i class="text-muted fab fa-twitter fa-lg" aria-hidden="true"></i></a>
410410
<a href="https://www.linkedin.com/company/patrowl/"><i class="text-muted fab fa-linkedin fa-lg" aria-hidden="true"></i></a>

0 commit comments

Comments
 (0)