Skip to content

Commit

Permalink
Make Metric System as Default for Physical Values of the Book (#4134)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaheerabbas21 authored Feb 27, 2024
1 parent 8ca25d9 commit d059890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openlibrary/templates/books/edit/edition.html
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@

<fieldset class="minor formBackRight">
<legend>$_("Dimensions")</legend>
$ dimensions = book.get_physical_dimensions() or storage(height="", width="", depth="", units="inches")
$ dimensions = book.get_physical_dimensions() or storage(height="", width="", depth="", units="centimeters")
<span class="tip">
$:radiobuttons("edition--physical_dimensions--units", ["centimeters", "inches"], dimensions.units)
</span>
Expand Down

0 comments on commit d059890

Please sign in to comment.