added new template apps/dashboard/my_lists.html; all FTs passing green locally, tho half og .test_my_lists TODO'd out; test_login uses mock-patch architecture to avoid Mailgun and DigitalOcean magic login link testing restraints
This commit is contained in:
3
src/templates/apps/dashboard/my_lists.html
Normal file
3
src/templates/apps/dashboard/my_lists.html
Normal file
@@ -0,0 +1,3 @@
|
||||
{% extends "core/base.html" %}
|
||||
|
||||
{% block header_text %}{{ user.email }}'s lists{% endblock header_text %}
|
||||
Reference in New Issue
Block a user