Commit a0c246cc authored by Jan Ericsson Ong Ang's avatar Jan Ericsson Ong Ang

created forms.py

parent e4cf8f0a
<form action="/" method="post">
{% csrf_token %}
<label for="name">Name:</label>
<input type="text" name="name" id="name">
<label for="teacher_name">Teacher Name:</label>
<input type="text" name="teacher_name" id="teacher_name">
<label for="units">Units:</label>
<input type="number" name="units" id="units">
<input type="submit" value="Submit">
</form>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment