Changing database schema a bit

This commit is contained in:
Gregory Ballantine
2024-06-08 09:47:48 -04:00
parent 584a6087ba
commit 7375c1ce39
6 changed files with 13 additions and 9 deletions

View File

@ -9,9 +9,9 @@
<form class="twelve columns" action="/test/add" method="POST">
<div class="row">
<div class="three columns">
<label for="test_date_tag">
Test date tag:
<input id="test_date_tag" class="u-full-width" type="text" name="test_date_tag" placeholder="(XX/YY)">
<label for="test_title">
Test title:
<input id="test_title" class="u-full-width" type="text" name="test_title" placeholder="My test">
</label>
</div>