diff options
Diffstat (limited to 'ctrack/templates/pages')
-rw-r--r-- | ctrack/templates/pages/about.html | 1 | ||||
-rw-r--r-- | ctrack/templates/pages/home.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/ctrack/templates/pages/about.html b/ctrack/templates/pages/about.html new file mode 100644 index 0000000..63913c1 --- /dev/null +++ b/ctrack/templates/pages/about.html @@ -0,0 +1 @@ +{% extends "base.html" %}
\ No newline at end of file diff --git a/ctrack/templates/pages/home.html b/ctrack/templates/pages/home.html new file mode 100644 index 0000000..63913c1 --- /dev/null +++ b/ctrack/templates/pages/home.html @@ -0,0 +1 @@ +{% extends "base.html" %}
\ No newline at end of file |