Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Planet's templates NoReverseMatch error #108

Closed
MissFilly opened this issue Jul 30, 2014 · 2 comments
Closed

Planet's templates NoReverseMatch error #108

MissFilly opened this issue Jul 30, 2014 · 2 comments
Labels

Comments

@MissFilly
Copy link
Member

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>.*)/$']

@angvp
Copy link
Contributor

angvp commented Feb 25, 2016

@MissFilly @matagus creo que podemos cerrar esto ^ ? confirmen :)

@cmdelatorre
Copy link
Contributor

Planet app fue removida en #416

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants