modification of datatime() new added entry created

This commit is contained in:
2025-12-18 10:41:54 +05:30
parent dc7acc7592
commit fe89d5e2eb
22 changed files with 62 additions and 43 deletions

View File

@@ -18,7 +18,7 @@
</select>
<!-- 2. FILE TYPE (MODEL NAME) -->
<label class="form-label">Select File Type</label>
<!-- <label class="form-label">Select File Type</label>
<select name="file_type" id="file_type" class="form-select mb-3" required>
<option value="">-- Select File Type --</option>
<option value="">Subcontractor Sheet</option>
@@ -26,7 +26,7 @@
<option value="manhole_excavation">Manhole Excavation (Mh.Ex)</option>
<option value="manhole_domestic_chamber">Manhole & Domestic Chambers Construction (MH & DC)</option>
<option value="">Laying Sheet</option>
</select>
</select> -->
<!-- 3. FILE UPLOAD -->
<label class="form-label">Choose File</label>
@@ -36,4 +36,4 @@
</form>
</div>
{% endblock %}
{% endblock %}