defined static structure as src/apps/dashboard/static/apps/scripts/dashboard.js for Jasmine testing purposes; efforts to get past textInput=null have thus far been frustrated

This commit is contained in:
Disco DeDisco
2026-01-25 22:40:57 -05:00
parent eb237f95ec
commit d8da9051ff
5 changed files with 18 additions and 22 deletions

View File

@@ -1,6 +0,0 @@
{% 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 %}{% url "new_list" %}{% endblock form_action %}