Use readable/translatable strings for db choices
This commit is contained in:
parent
9d5bfc494f
commit
992e478e95
14 changed files with 970 additions and 250 deletions
|
|
@ -29,7 +29,7 @@
|
|||
</div>
|
||||
<div class="is-flex">
|
||||
<dt>{% trans "Status:" %}</dt>
|
||||
<dd>{{ server.status }}</dd>
|
||||
<dd>{{ server.get_status_display }}</dd>
|
||||
</div>
|
||||
</dl>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue