move code into newly created ./src/ dir
This commit is contained in:
6
src/templates/apps/dashboard/home.html
Normal file
6
src/templates/apps/dashboard/home.html
Normal file
@@ -0,0 +1,6 @@
|
||||
{% extends "core/base.html" %}
|
||||
|
||||
{% block title_text %}Start a new to-do list{% endblock title_text %}
|
||||
{% block header_text %}Start a new to-do list{% endblock header_text %}
|
||||
|
||||
{% block form_action %}/apps/dashboard/newlist{% endblock form_action %}
|
||||
Reference in New Issue
Block a user