RESOLVED.
It was a missing "=" sign in layout.html:
<script src="{{**=**URL('static','js/application.js')}}"></script>
Who knew an "=" could be the cause of it... Fortunately there is
Firebug.
Sorry for the noise.
On Dec 29, 4:08 pm, lyn2py <[email protected]> wrote:
> Update: I tried to add a new user using appadmin but it doesn't work
> either.
>
> I'm using 1.99.4 stable
>
> On Dec 29, 4:01 pm, lyn2py <[email protected]> wrote:
>
>
>
>
>
>
>
> > I wrote my own default.py file starting from scratch, but I retained
> > the user() function:
>
> > def user():
> > return dict(form=auth())
>
> > Everything else in the file is new or modified.
>
> > The registration, login forms load fine, but I am unable to register a
> > new user. The page just seemed to reload and return to the same page.
>
> > Did I miss out anything?