Issue 65: wiki.views.view_changeset supplies incorrect arguments to default  
changeset template
http://code.google.com/p/django-wikiapp/issues/detail?id=65

New issue report by adomas.paltanavicius:
wiki.views.view_changeset supplies incorrect arguments to default changeset
template. In view_changeset() we have:

         template_params = {'article.title': article.title,
                            'changeset': changeset}

Whereas default changeset template reads:

        <h1> <a href="{% url wiki_article article_title %}"> {{ article_title }}
</a> </h1>

Definitely, you shouldn't even be able to supply params of form
foo.bar.baz. The patch against views.py (r160) is attached.


Attachments:
        changeset-typo.diff  480 bytes


Issue attributes:
        Status: New
        Owner: ----
        Labels: Type-Defect Priority-Medium

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pinax-updates" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to