diff --git a/kepi/tophat_ui/templates/home-page.html b/kepi/tophat_ui/templates/home-page.html new file mode 100644 index 0000000..4460b5e --- /dev/null +++ b/kepi/tophat_ui/templates/home-page.html @@ -0,0 +1,3 @@ +{% extends 'base.html' %} + +{% block content %}home{% endblock %} diff --git a/kepi/tophat_ui/templates/navbar.html b/kepi/tophat_ui/templates/navbar.html index cb54de8..328ef7e 100644 --- a/kepi/tophat_ui/templates/navbar.html +++ b/kepi/tophat_ui/templates/navbar.html @@ -1,6 +1,6 @@