Skip to content
This repository has been archived by the owner on Aug 27, 2019. It is now read-only.

Commit

Permalink
add placeholder for document download
Browse files Browse the repository at this point in the history
  • Loading branch information
stvnrlly committed Nov 23, 2016
1 parent e93b155 commit d53f173
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/templates/projects/buy.html
Expand Up @@ -14,7 +14,7 @@ <h2>Documents</h2>
<h3>Acquisition Plan</h3>
<p>Status: {{ buy.acquistition_plan_status }}</p>
{% if buy.acquisition_plan %}
<p>View | Regenerate</p>
<p>View | Download | Regenerate</p>
{% else %}
<p>Generate</p>
{% endif %}
Expand All @@ -23,7 +23,7 @@ <h3>Acquisition Plan</h3>
<h3>QASP</h3>
<p>Status: {{ buy.qasp_status }}</p>
{% if buy.qasp %}
<p>View | Regenerate</p>
<p>View | Download | Regenerate</p>
{% else %}
<p>Generate</p>
{% endif %}
Expand Down

0 comments on commit d53f173

Please sign in to comment.