Replaced "Production" by "Publication". Added beautiful arrows
{% extends "registration/base.html" %}
{% load i18n %}
{% block content_title %}{% trans 'Sign up successfully' %}{% endblock %}
{% block iricontent %}
<p> {% trans "activation completed" %}</p>
{% endblock%}