Show
Ignore:
Timestamp:
02/22/08 15:02:26 (9 months ago)
Author:
JensDiemer
Message:

A new way to setup contextrobots?
I am not really convinced of it yet.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pylucid/PyLucid/plugins_internal/auth/auth.py

    r1439 r1440  
    166166                "Warning: DEBUG is ON! Should realy only use for debugging!" 
    167167            ) 
     168 
     169        # This view is available for anonymous users. Only a anonymous user 
     170        # must login ;) 
     171        # But the html line <meta name="robots" content="{{ robots }}" /> 
     172        # should be set to "NONE,NOARCHIVE" 
     173        self.request.anonymous_view = False 
    168174 
    169175        UsernameForm = forms.form_for_model(User, fields=("username",))