]> git.parisson.com Git - telemeta.git/commit
add user tab and page, fix urls
authoryomguy <yomguy@parisson.com>
Wed, 22 Jun 2011 15:51:12 +0000 (17:51 +0200)
committeryomguy <yomguy@parisson.com>
Wed, 22 Jun 2011 15:51:12 +0000 (17:51 +0200)
commitea7656ed2c361ba1b3f1b4ef65a4e06474ebbdf5
tree0f110635115812163a318ecc257d0ac0c5be0346
parentc5ddeafe2a540c02c2218fc1a74dc839066ee4f6
add user tab and page, fix urls
15 files changed:
telemeta/__init__.py
telemeta/htdocs/css/telemeta.css
telemeta/locale/de/LC_MESSAGES/django.mo
telemeta/locale/de/LC_MESSAGES/django.po
telemeta/locale/fr/LC_MESSAGES/django.mo
telemeta/locale/fr/LC_MESSAGES/django.po
telemeta/templates/telemeta/inc/user_list.html [new file with mode: 0644]
telemeta/templates/telemeta/users.html [new file with mode: 0644]
telemeta/templates/telemeta_default/admin_users.html
telemeta/templates/telemeta_default/base.html
telemeta/templates/telemeta_default/inc/user_list.html [new file with mode: 0644]
telemeta/templates/telemeta_default/users.html [new file with mode: 0644]
telemeta/templatetags/telemeta_utils.py
telemeta/urls.py
telemeta/web/base.py