Axiacore/knowledge-base

View on GitHub
app/templates/login_email.html

Summary

Maintainability
Test Coverage
{% load i18n %}
<h1>{% trans "Login" %}</h1>
<p>{% blocktrans %}Please use this following link to log into the site{% endblocktrans %}:</p>
<p><a href="{{ url }}">{% trans "Click here to log in" %}</a></p>