The problem is likely in your Python code somewhere. That error usually
means that you have some incorrectly (un)indented code.

_Nik

On 6/4/2012 11:16 AM, Robert Steckroth wrote:
> Can anyone explain this on to me. It seams like an easy fix, but
> I can't get my fingers on it. Any help is appreciated.
>
> In template 
> /home/sites/radio_show/radio/serve/templates/registration/activation_email.txt,
> error at line 5
> unindent does not match any outer indentation level
>
> 1      {% load i18n %}
> 2     
> 3     {% trans "Simply follow the link below to complete your Activation
> at" %} {{ site.name }}:
> 4     
> 5     http://{{ site.domain }}{% url registration_activate activation_key %}
> 6     
> 7     {% blocktrans %}Link is valid for {{ expiration_days }} days.{%
> endblocktrans %}
> 8     
>
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to