diff options
Diffstat (limited to 'templates/departure_list.html')
-rw-r--r-- | templates/departure_list.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/departure_list.html b/templates/departure_list.html index 42ce550..a9cda01 100644 --- a/templates/departure_list.html +++ b/templates/departure_list.html @@ -52,5 +52,8 @@ </ul> </div> </div> + +{% include 'footer.html' %} + </body> </html> |