* Use the url function in urls.py.
authorMatthijs Kooijman <matthijs@stdin.nl>
Sun, 27 Jan 2008 14:47:51 +0000 (15:47 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Sun, 27 Jan 2008 14:47:51 +0000 (15:47 +0100)
commit57bf7e050a270a5ff6149122d81a8a150362dec2
tree3f9ad19a16d6bb791cd5f2b4506312e86a5cda2b
parentf20714a87b4d0934040a979ca52f615b9a5167cb
 * Use the url function in urls.py.
 * Give all views a name.
 * Refer to views using the url template tag and the view name instead of hard coding.
templates/influences/character_detail.html
templates/influences/index.html
urls.py