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 %}
 | 
					                    {% endif %}
 | 
				
			||||||
                     <div class="choice-container">
 | 
					                     <div class="choice-container">
 | 
				
			||||||
                         <div class="left-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>
 | 
					                                 <sup><sup><img src="{% static 'hosting/img/g222.png' %}"/></sup></sup>
 | 
				
			||||||
                             </h3>
 | 
					                             </h3>
 | 
				
			||||||
                             <form action="#" method="post">
 | 
					                             <form action="#" method="post">
 | 
				
			||||||
| 
						 | 
					@ -30,7 +30,7 @@
 | 
				
			||||||
                         </div>
 | 
					                         </div>
 | 
				
			||||||
                         <div class="choice-container-line"></div>
 | 
					                         <div class="choice-container-line"></div>
 | 
				
			||||||
                         <div class="right-choice-container">
 | 
					                         <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>
 | 
					                                 <sup><sup><img src="{% static 'hosting/img/g222.png' %}"/></sup></sup>
 | 
				
			||||||
                             </h3>
 | 
					                             </h3>
 | 
				
			||||||
                             <form action="{% url 'hosting:create_ssh_key' %}">
 | 
					                             <form action="{% url 'hosting:create_ssh_key' %}">
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue