From 03ea6ba48bfbb25dc74a0a369b5aa15bf10e91b9 Mon Sep 17 00:00:00 2001 From: Jedidiah Barber Date: Wed, 24 Nov 2021 08:24:10 +1300 Subject: Fixed spacing issues --- project/templates/sydneyrail.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'project/templates/sydneyrail.html') diff --git a/project/templates/sydneyrail.html b/project/templates/sydneyrail.html index 7c12117..a2959cf 100644 --- a/project/templates/sydneyrail.html +++ b/project/templates/sydneyrail.html @@ -1,14 +1,13 @@ -{% extends "base.html" %} +{%- extends "base.html" -%} -{% block title %}Sydney Rail Maps{% endblock %} +{%- block title -%}Sydney Rail Maps{%- endblock -%} -{% block content %} - +{%- block content %}

Sydney Rail Maps

Git repository: Link

@@ -156,7 +155,6 @@ the distortions necessary for the clean schematic lines expected of such maps.At some point I would like to go back and make a map that includes some of the mentioned unmapped features. Although at that point it may be more practical to use computational routing methods.

- -{% endblock %} +{% endblock -%} -- cgit