Skip to content

Commit

Permalink
Fixing path error
Browse files Browse the repository at this point in the history
  • Loading branch information
tallowen committed Aug 5, 2011
1 parent 3f93f25 commit 1446342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample_app/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
ROOT_URLCONF = 'sample_app.urls'

TEMPLATE_DIRS = (
os.path.abspath("../browserid_auth/templates"),
os.path.abspath("../django-browserid-auth/browserid_auth/templates"),
# Put strings here, like "/home/html/django_templates" or "C:/www/django/templates".
# Always use forward slashes, even on Windows.
# Don't forget to use absolute paths, not relative paths.
Expand Down

0 comments on commit 1446342

Please sign in to comment.