Skip to content

Commit

Permalink
Merge minor fixes when working on #355
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaiacs committed Jul 20, 2017
2 parents a317520 + 537e0b0 commit 4a3e089
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lowfat/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ def __init__(self, *args, **kwargs):
'',
'fund',
HTML("</p>If your funding request isn't on the drop down menu above please email <a href='mailto:{{ config.FELLOWS_MANAGEMENT_EMAIL }}'>us</a>."),
HTML("</p><a href='https://www.software.ac.uk/fellowship-terms-and-conditions-{% now 'Y' %}'>Fellowship Programme's terms and conditions.</a> applies to your request. Please follow the guidelines at <a href='https://www.software.ac.uk/fellowship-terms-and-conditions-{% now 'Y' %}#how-to-apply-for-and-claim-expenses'>How to apply for, and claim, expenses</a> section of <a href='https://www.software.ac.uk/fellowship-terms-and-conditions-{% now 'Y' %}'>Fellowship Programme's terms and conditions.</a></p>"),
HTML("</p><a href='https://www.software.ac.uk/fellowship-terms-and-conditions-{% now 'Y' %}'>Fellowship Programme's terms and conditions</a> applies to your request. Please follow the guidelines at <a href='https://www.software.ac.uk/fellowship-terms-and-conditions-{% now 'Y' %}#how-to-apply-for-and-claim-expenses'>How to apply for, and claim, expenses</a> section of <a href='https://www.software.ac.uk/fellowship-terms-and-conditions-{% now 'Y' %}'>Fellowship Programme's terms and conditions.</a></p>"),
'claim',
PrependedText(
'amount_claimed',
Expand Down
2 changes: 1 addition & 1 deletion lowfat/templates/lowfat/expense_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1>Expense Detail
<object class="expense-review-pdf" data="{{ expense.claim.url }}" type="application/pdf">
<p>You will need to download the <a href="{{ expense.claim.url }}">PDF file.</a></p>
</object>
<table class="table table-bordered sortable">
<table class="table table-bordered">
<tbody>
<tr>
<th>Requester name</th>
Expand Down

0 comments on commit 4a3e089

Please sign in to comment.