Amendment of spec: Templates shall utilize only lower-case variable names

Removal of workaround for lowercase column names
Apropriately changed the test.html
This commit is contained in:
Tina_Azure
2023-03-21 02:05:32 +01:00
parent aea7bebbb5
commit fae75e65fc
3 changed files with 14 additions and 21 deletions

View File

@ -96,7 +96,8 @@ TODO: Figure out what to do for this.
# HTML Templates
HTML Templates are the raw HTML that is used, and filled in, by variable data provided by the system. Templates should be wrote and saved on the file system of the hosting computer, and loaded upon start up. These loaded templates should be filled in with data provided by the system, then the assembled HTML should be given as a response to users.
HTML Templates are the raw HTML that is used, and filled in, by variable data provided by the system. Templates should be wrote and saved on the file system of the hosting computer, and loaded upon start up. These loaded templates should be filled in with data provided by the system, then the assembled HTML should be given as a response to users.
The Templates should utilize purely lower-case variable names.
# Payment Verification