diff options
author | Jayaram R Pai | 2014-09-21 13:23:36 +0530 |
---|---|---|
committer | Jayaram R Pai | 2014-09-21 13:23:36 +0530 |
commit | 9171ceaa02c1ae00dfc002b32617951983eb9ab7 (patch) | |
tree | 40eb1a25bfb8125dffefd3a9d6d1b6eadb973ba4 | |
parent | f2ca0b3324dbfb5fd180f0f2c46dc6f36c786292 (diff) | |
download | scipy2014-9171ceaa02c1ae00dfc002b32617951983eb9ab7.tar.gz scipy2014-9171ceaa02c1ae00dfc002b32617951983eb9ab7.tar.bz2 scipy2014-9171ceaa02c1ae00dfc002b32617951983eb9ab7.zip |
fixed proposal display
-rw-r--r-- | static/website/templates/call-for-proposals.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/website/templates/call-for-proposals.html b/static/website/templates/call-for-proposals.html index 69bdfe6..a4a0897 100644 --- a/static/website/templates/call-for-proposals.html +++ b/static/website/templates/call-for-proposals.html @@ -158,7 +158,7 @@ Call for Proposals <h6 class="garmond"><u>Objective</u></h6> <p><small>{{ proposal.objective }}</small></p> <h6 class="garmond"><u>Abstract</u></h6> - <p><small>{{ proposal.objective }}</small></p> + <p><small>{{ proposal.abstract }}</small></p> <h6 class="garmond"><u>Bio</u></h6> <p><small>{{ proposal.bio }}</small></p> <h6 class="garmond"><u>Attachment</u></h6> |