Skip to content

Commit

Permalink
l10n: mark page title as translatable
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed May 14, 2020
1 parent 40c0f39 commit a3b5374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcms/templates/registration/login.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% load i18n %}
{% block html_class %}login-pf{% endblock %}
{% block title %}Login{% endblock %}
{% block title %}{% trans "Login" %}{% endblock %}

{% block contents %}
<div class="container">
Expand Down

0 comments on commit a3b5374

Please sign in to comment.