Added translate block for text
This commit is contained in:
parent
53f797472b
commit
9f3ea02584
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
{% endif %}
|
||||
<div class="choice-container">
|
||||
<div class="left-choice-container">
|
||||
<h3>I want to generate a new key pair.
|
||||
<h3>{% trans "I want to generate a new key pair"%}.
|
||||
<sup><sup><img src="{% static 'hosting/img/g222.png' %}"/></sup></sup>
|
||||
</h3>
|
||||
<form action="#" method="post">
|
||||
|
@ -30,7 +30,7 @@
|
|||
</div>
|
||||
<div class="choice-container-line"></div>
|
||||
<div class="right-choice-container">
|
||||
<h3>I want to use my existing public key.
|
||||
<h3>{% trans "I want to use my existing public key"%}.
|
||||
<sup><sup><img src="{% static 'hosting/img/g222.png' %}"/></sup></sup>
|
||||
</h3>
|
||||
<form action="{% url 'hosting:create_ssh_key' %}">
|
||||
|
|
Loading…
Reference in a new issue