So close! I'm able to use syntax highlighting AND grab the content with js (which then adds to a textarea), but the Flask for loop is only noticed on the first iteration. I can't grab the subsequent values. I need to find a way to dynamically find IDs.

This commit is contained in:
Norm Rasmussen
2023-03-13 17:23:56 -04:00
parent a435a66b81
commit 8afdec139b
16 changed files with 160 additions and 95 deletions

View File

@ -170,7 +170,7 @@ li {
.man-csv-opts {
display: flex;
justify-content: space-evenly;
justify-content: space-evenly;
}
.csv-upload {
@ -182,6 +182,15 @@ li {
text-decoration: none;
}
.window-body {
display: flex;
justify-content: space-around;
}
#templates {
width: 75%;
}
#currentDate {
color: var(--primary);
}