[damned-lies] Mark string for translation in login template



commit 7d1febfddc3dfc67c6dc502120b379c907e3103f
Author: Claude Paroz <claude 2xlibre net>
Date:   Sat Nov 7 20:40:54 2020 +0100

    Mark string for translation in login template

 templates/login.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/templates/login.html b/templates/login.html
index d4320946..eefe86d8 100644
--- a/templates/login.html
+++ b/templates/login.html
@@ -30,7 +30,7 @@
 </form>
 
 <hr>
-<p class="text-center main_feature" style="margin-bottom: 30px;">Don't have an account?</p>
+<p class="text-center main_feature" style="margin-bottom: 30px;">{% trans "Don’t have an account?" %}</p>
 {% url 'register' as link %}
   <a href="{{ link }}" class="btn btn-action btn-block">{% trans "Register" %}</a>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]