I\'m having a problem with this error:
Caught NoReverseMatch while rendering: Reverse for \'\'pennies.views.seed_preview\'\' with arguments \'()\' and keywor
You need to load the future url template tag in every template where you use it. Loading a template tag library does not make it available to parent or child templates.
For more info see the Django docs on Custom libraries and template inheritance