Skip to content

Commit

Permalink
Added Long Rebate form (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
TRISHANT131104 authored Feb 5, 2025
1 parent 28fe7cc commit 655ba9e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
Binary file added static/images/Long Rebate Form.pdf
Binary file not shown.
1 change: 1 addition & 0 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ <h5 class="text-uppercase mb-2 fw-bold text-white">Location :</h5>
</div>
<div class="col-md-4 mt-md-0 mt-4 border-footer">
<h5 class="text-uppercase mb-mt-4 mb-2 fw-bold text-white">Contact Us</h5>
<p>Gaurav Rajput (General secrotary mess cafiteria and allied services)</p>
<p>
<a href="mailto:[email protected]" class="text-white text-decoration-none"><i class="fas fa-envelope mr-3"></i> Mail us at:</a> [email protected]
</p>
Expand Down
6 changes: 6 additions & 0 deletions templates/longRebate.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ <h1 class="m-0 pb-2">Long Term Rebate Form</h1>
name="end_date"
/>
</div>
<!-- Button to Download PDF -->
<div class="my-3">
<a href="{% static 'images/Long Rebate Form.pdf' %}" class="btn btn-secondary" download style="background-color: rgb(30, 55, 146)">
Download Long Rebate form
</a>
</div>
<div class="form-group p-2">
<input type="file" class="custom-file-input" id="file" name="img" accept="image/*">
</div>
Expand Down
1 change: 0 additions & 1 deletion templates/rebateForm.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ <h1 class="m-0 pb-2">Short Term Rebate Form</h1>
<li>Rebate can be availed for a minimum of 2 days, upto 7 days at a stretch.</li>
<li>Maximum of 8 days rebate per month will be provided through the short term rebate forms. </li>
<li>Fill the form atleast 2 days prior the comencement of leave, else the application will not be accepted.</li>
<li>In Case of any error. Please use: <a href="https://docs.google.com/forms/d/e/1FAIpQLSfj8OYCnnOy0vxiWG2Se9vwCRgpsiGG5oynRwQmWkEddSRdcg/viewform?pli=1&pli=1">Rebate Form</a></li>
<ul>
</div>
</div>
Expand Down

0 comments on commit 655ba9e

Please sign in to comment.