I\'m having a problem with this error:
Caught NoReverseMatch while rendering: Reverse for \'\'pennies.views.seed_preview\'\' with arguments \'()\' and keywor
you are using the wrong keys, it should be
{% url 'pennies.views.seed_preview' shareable_id=seed.id salt=seed.salt %}