Skip to content

Commit

Permalink
always add div to claim_status, remove errant k
Browse files Browse the repository at this point in the history
  • Loading branch information
jdungan committed Oct 9, 2016
1 parent 4f9738a commit 4cbafd5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions auctions/templates/claim_status.html
Expand Up @@ -38,14 +38,14 @@ <h4><i class="fi-link"></i> <a target="_blank" href='{{ claim.evidence }}'>{{ cl
{% endif %}
{% endif %}
</div>
<div class="medium-2 columns">
{% if claim.status != 'Paid' %}
<div class="medium-2 columns">
<div class="date">
<p class="date-label">Pays out</p>
<p class="date-details">{{ claim.expires|date:"M" }}<br/>{{ claim.expires|date:"j" }}</p>
</div>
<div class="date">
<p class="date-label">Pays out</p>
<p class="date-details">{{ claim.expires|date:"M" }}<br/>{{ claim.expires|date:"j" }}</p>
</div>
{% endif %}
</div>
</div>

{% endblock %}
Expand Down
2 changes: 1 addition & 1 deletion codesy/templates/includes/terms.html
Expand Up @@ -11,7 +11,7 @@
<p> How the codesy.io Application Process Works</p>

<p>codesy.io is an Application that matches users asking for money with users offering money for fixing open source software issues. The process follows these steps:
<ol>k
<ol>
<li>When viewing an issue on an open source project, users tell codesy how much they would contribute (&lsquo;offer&rsquo;) to someone fixing the issue and how much they would want to receive (&lsquo;ask&rsquo;) to fix the issue themselves.</li>
<li>Users making offers acknowledge that a payment authorization will be made on their credit credit card. This authorization will be renewed until a claim is made.</li>
<li>Codesy notifies users when the sum of amounts offered matches their asking amount.</li>
Expand Down

0 comments on commit 4cbafd5

Please sign in to comment.