using translations instead of raw text

This commit is contained in:
Nick Pratley
2021-03-27 09:03:16 +11:00
parent 1e92150500
commit ec95dfa8e6
3 changed files with 13 additions and 7 deletions

View File

@@ -10,7 +10,9 @@
<div class="container">
<div id="page-title">
<h2>{% trans "List Databases" %}</h2>
<h2>{% trans "List Databases" %}
<a class="pull-right btn btn-primary" href="{% url "createDatabase" %}">{% trans "Create Database" %}</a>
</h2>
<p>{% trans "List Databases or change their passwords." %}</p>
</div>
<div ng-controller="listDBs" class="panel">