Fixed an error in blacklane's templates (dont try to mix programming languages...) Anthology domains list was finalized and pulled ready for client review.

This commit is contained in:
Norm Rasmussen
2024-03-15 20:45:21 -04:00
parent f32ce078e1
commit 1394112a9b
7 changed files with 4160 additions and 1117 deletions

Binary file not shown.

View File

@ -11,9 +11,9 @@
{% endfor %}
{% endif %}
{% if groupedUser == false %}
if (groupedUser == false) {
window.location.href = '/app/sign-up-follow-up'
{% endif %}
}
// let jsDate = new Date();
// let jsFormattedDate = jsDate.getFullYear() + ("0" + (jsDate.getMonth() + 1)).slice(-2) + ("0" + jsDate.getDate()).slice(-2);
// let liquidFormattedDate = '{{ "now" | date: "%Y-%m-%d" }}';