mozilla / django-badger

django-badger is a reusable Django app for creating and awarding badges. See also badges.mozilla.org
https://github.com/mozilla/django-badger
BSD 3-Clause "New" or "Revised" License
117 stars 61 forks source link

Update vanilla Django templates #39

Open lmorchard opened 12 years ago

lmorchard commented 12 years ago

The itch I'm scratching involves Jinja2 templates and Mozilla's Playdoh conventions. So, the vanilla Django templates fall out of date. Revisit them and make sure the app works with vanilla Django.

willkg commented 11 years ago

This puzzles me--there are no Django or Jinja2 templates that I can see in the repository. Am I missing something? Which templates are you referring to?

lmorchard commented 11 years ago

Actually, this is ancient. The Django templates moved over here in the example / testing app, and the Jinja2 templates now live in the badges.mozilla.org repo

willkg commented 11 years ago

One thing we could do is treat badger_example as a "separate project" with its own test suite. Then we could more easily identify regressions. This wouldn't find all problems, of course.