Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
revatim committed Apr 5, 2019
1 parent ea61fb8 commit 9e1301f
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Binary file modified FusionIIIT/Fusion/fusion.db
Binary file not shown.
1 change: 0 additions & 1 deletion FusionIIIT/applications/central_mess/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ def mess(request):

for r in rebates:
if r.status == '2':
print(r.start_date.month == month_g)
if r.start_date.month == month_g:
rebate_count = rebate_count + abs((r.end_date - r.start_date).days) + 1

Expand Down
2 changes: 1 addition & 1 deletion FusionIIIT/templates/messModule/applications.html
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
<div class="ui vertical segment">

{% comment %}Form Tag starts here!{% endcomment %}
<form method="POST">
<form method="POST" id="vfreq">
{% csrf_token %}
{% comment %}The add a new skill Accordian starts here!{% endcomment %}
<div class="ui form" style="padding: 8px; padding-left: 24px; padding-right: 24px;">
Expand Down

0 comments on commit 9e1301f

Please sign in to comment.