Skip to content

Commit

Permalink
fix: [HARROW-512] made edits to the pdf_edit.html
Browse files Browse the repository at this point in the history
  • Loading branch information
DmytroNefyodov committed Aug 23, 2021
1 parent 8d63047 commit 8d72f73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pdf/templates/html/pdf_edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
</select>
</div>
<span class="tip setting-help">{% trans "Display a download button for this PDF." %}</span>
</li
</li>

<li class="field comp-setting-entry is-set">
<div class="wrapper-comp-setting">
Expand All @@ -48,7 +48,7 @@
<div class="xblock-actions">
<ul>
<li class="action-item">
<a href="#" class="button action-primary action-save">{% trans "Register" %}</a>
<a href="#" class="button action-primary action-save">{% trans "Save" %}</a>
</li>
<li class="action-item">
<a href="#" class="button action-cancel">{% trans "Cancel" %}</a>
Expand Down

0 comments on commit 8d72f73

Please sign in to comment.