Skip to content

Commit

Permalink
[#1117] Remove duplicate validation-body html IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bjwebb authored and robredpath committed Jun 7, 2019
1 parent 1b63e48 commit 60fb77d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cove_360/templates/cove_360/explore.html
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ <h3 class="panel-title panel-title-explore">
<div class="panel-heading">
<h4>Missing Fields</h4>
</div>
<div id="validation-body">
<div>
<p>Some or all of your entries were missing fields which are required by the 360Giving Standard.</p>
{% include "validation_table.html" %}
</div>
Expand All @@ -178,7 +178,7 @@ <h4>Missing Fields</h4>
<div class="panel-heading">
<h4>Incorrect Formats</h4>
</div>
<div id="validation-body">
<div>
<p>Some or all of your entries have incorrectly formatted data.</p>
{% include "validation_table.html" %}
</div>
Expand All @@ -196,7 +196,7 @@ <h4>Incorrect Formats</h4>
<div class="panel-heading">
<h4>Other</h4>
</div>
<div id="validation-body">
<div>
<p>Other validation errrors.</p>
{% include "validation_table.html" %}
</div>
Expand Down

0 comments on commit 60fb77d

Please sign in to comment.