Skip to content

Commit

Permalink
Take out difficulty button, put in submit for review button
Browse files Browse the repository at this point in the history
  • Loading branch information
rstorey committed Mar 21, 2019
1 parent 1d32813 commit 90a224c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion concordia/templates/action-app.html
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
</div>

<button id="save-transcription-button" type="submit" class="btn btn-primary" title="Save the text you entered above">Save</button>
<button id="increase-difficulty-button" class="btn btn-primary" title="Upvote the difficulty for this transcription">This is too much</button>
<button id="submit-transcription-button" disabled type="button" class="btn btn-primary" title="Request another volunteer to review the text you entered above">Submit for Review</button>
</div>

</form>
Expand Down

0 comments on commit 90a224c

Please sign in to comment.