Skip to content

Commit

Permalink
Added metric description to assessment form
Browse files Browse the repository at this point in the history
  • Loading branch information
u8sand committed Sep 24, 2018
1 parent 8d695f6 commit aefe0a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions FAIRshakeHub/templates/fairshake/assessment/add.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
{% endwith %}
<div class="col-sm-6 col-md-9">
<h4>{{ answer.instance.metric.title }}</h4>
{% if answer.instance.metric.description %}
<p>{{ answer.instance.metric.description }}</p>
{% endif %}
{{ answer.form|bootstrap_inline }}
</div>
</div>
Expand Down

0 comments on commit aefe0a9

Please sign in to comment.