Update Custom SwfPath in PlayerLdt parameter
playerLdt(550,310, "{{ json_url }}","{{ player_id }}", "{{absolute_url_to_player.swf}}");
{% extends "registration/base.html" %}
{% load i18n %}
{% block breadcrumb %}
<li></li>
<li>{% trans "Activate account" %}</li>
{% endblock %}
{% block content_title %}{% trans 'Activate account' %}{% endblock %}
{% block iricontent %}
<p>{% trans "You have activated your account" %}</p>
<a href="{% url django.contrib.auth.views.login%}">{% trans "Go back to login page" %}</a>
{% endblock %}