I have followed the instructions for installing and setting up django-user-accounts. However I have a problem with the templates. When I try to access the views such as http://127.0.0.1:8000/account/settings/ I'm shown a template that just contains {# This template intentionally left blank to satisfy test suites. Your project should always provide a site_base.html itself. #}
I've tried to add a site_base.html to templates but it has no effect. I've tried the both the main app and in separate account
directory.
Any help is much appreciated.
I turned out I had to delete pinax_theme_bootstrap
from installed apps in settings.py
.