Skip to content

Commit

Permalink
Save button should be primary.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaboesch committed Nov 27, 2023
1 parent 1574210 commit 7e20935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/list_verbalfeedback_items.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,7 @@
<input type="hidden" name="sesskey" value="{{ sesskey }}">
<label for="inputmaxgrade">{{#str}}grademax, grades{{/str}}</label>
<input type="text" id="inputmaxgrade" name="maxgrade" size="4" value="{{ maxgrade }}" class="form-control">
<input type="submit" class="btn btn-secondary ml-1" name="savechanges" value="{{#str}}save, core{{/str}}">
<input type="submit" class="btn btn-primary ml-1" name="savechanges" value="{{#str}}save, core{{/str}}">
</fieldset>
</form>
</div>
Expand Down

0 comments on commit 7e20935

Please sign in to comment.