class_management_system

Senior Project - Spring 2019
Log | Files | Refs | README

commit 179fb7239aed061a2155f89e0504ccc7207fe596
parent 3a4803272e8e8582688fbceaa1019707e9170a58
Author: John Kubach <johnkubach@gmail.com>
Date:   Thu, 11 Apr 2019 12:47:00 -0400

Add doc_select tag

Diffstat:
Msrc/html/index.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/html/index.html b/src/html/index.html @@ -927,7 +927,7 @@ Description: <h3>Proposal</h3> <form action="" method=POST enctype=multipart/form-data> - <select> + <select name = "doc_select"> <option value="p1">Proposal 1</option> <option value="p2">Proposal 2</option> <option value="p3">Proposal 3</option>