Skip to content

Commit

Permalink
[AJP-2]
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna Grund authored and Anna Grund committed Sep 27, 2023
1 parent c8b359e commit 0055548
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
<button type='button' class='btn btn-light btn-sm' id='exterior-alternative' onclick="enable('scene', 'exterior')">
<span class='material-icons notranslate ajp-icon-36'>home</span><br>Exterior
</button>
<button id='send-suggestion-button-scene' class='btn btn-success mt-3 w-100' disabled onclick="sendAlternativeCategoryConfirmation({{ photo.id }})">Confirm</button>
<button id='send-suggestion-button-scene' class='btn btn-success mt-3 w-100' disabled onclick="sendAlternativeCategoryConfirmation({{ photo.id }})">{% trans 'Confirm' %}</button>
</div>`;
}
function getViewPointElevationFeedbackView() {
Expand All @@ -284,7 +284,7 @@
<button type='button' class='btn btn-light btn-sm' id='aerial-alternative' onclick="enable('view-point-elevation', 'aerial')">
<span class='material-icons notranslate ajp-icon-36'>flight</span><br>Aerial
</button>
<button id='send-suggestion-button-view-point-elevation' class='btn btn-success mt-3 w-100' disabled onclick="sendAlternativeCategoryConfirmation({{ photo.id }})">Confirm</button>
<button id='send-suggestion-button-view-point-elevation' class='btn btn-success mt-3 w-100' disabled onclick="sendAlternativeCategoryConfirmation({{ photo.id }})">{% trans 'Confirm' %}</button>
</div>`;
}
</script>
Expand Down

0 comments on commit 0055548

Please sign in to comment.