diff options
Diffstat (limited to 'apps/cultivation/templates')
| -rw-r--r-- | apps/cultivation/templates/cultivation/index.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/cultivation/templates/cultivation/index.html b/apps/cultivation/templates/cultivation/index.html new file mode 100644 index 0000000..2d51317 --- /dev/null +++ b/apps/cultivation/templates/cultivation/index.html @@ -0,0 +1,7 @@ +{% extends 'base.html' %} + +{% block title %}Cultivation - fsweb{% endblock %} + +{% block content %} + +{% endblock %} |
