You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All Planet's templates including the line {% url 'planet_tag_detail' tag.name %} are throwing NoReverseMatch error:
Reverse for 'planet_tag_detail' with arguments '('<html>\n <body>\n <p>\n pc\n <',)' and keyword arguments '{}' not found. 1 pattern(s) tried: ['planet/tags/(?P<tag>.*)/$']
Same for planet_by_tag_author_detail:
Reverse for 'planet_by_tag_author_detail' with arguments '(1, 'filly', '<html>\n <body>\n <p>\n pc\n <')' and keyword arguments '{}' not found. 1 pattern(s) tried: ['planet/authors/(?P<author_id>\\d+)/(?P<slug>[a-zA-Z0-9_\\-]+)/tags/(?P<tag>.*)/$']
The text was updated successfully, but these errors were encountered:
All Planet's templates including the line
{% url 'planet_tag_detail' tag.name %}
are throwingNoReverseMatch
error:Reverse for 'planet_tag_detail' with arguments '('<html>\n <body>\n <p>\n pc\n <',)' and keyword arguments '{}' not found. 1 pattern(s) tried: ['planet/tags/(?P<tag>.*)/$']
Same for
planet_by_tag_author_detail
:Reverse for 'planet_by_tag_author_detail' with arguments '(1, 'filly', '<html>\n <body>\n <p>\n pc\n <')' and keyword arguments '{}' not found. 1 pattern(s) tried: ['planet/authors/(?P<author_id>\\d+)/(?P<slug>[a-zA-Z0-9_\\-]+)/tags/(?P<tag>.*)/$']
The text was updated successfully, but these errors were encountered: