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:
@ -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
|
||||
|
Reference in New Issue
Block a user