Make AP summary
optional in profile preview
Committed 59a72e
--- a/webint_search/templates/results.html
+++ b/webint_search/templates/results.html
•
</small>
</p>
- <div class=profile_summary>$:profile["summary"]</div>
+ $if "summary" in profile:
+ <div class=profile_summary>$:profile["summary"]</div>
$if "tag" in profile:
<div style=font-size:.8em>
$for tag in profile["tag"]: