moved stats to own app, add template tags to it,
authorRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Fri, 16 Sep 2011 13:20:20 +0000 (15:20 +0200)
committerRadek Czajka <radoslaw.czajka@nowoczesnapolska.org.pl>
Fri, 16 Sep 2011 13:20:20 +0000 (15:20 +0200)
commit876c24227952faa17eda5d706cb0b3316d5ffe24
treeb8c3461b4cae8b67eb43f8df1afd9865839ec590
parent070d93a055b8dfd594664db308b310785d59af70
moved stats to own app, add template tags to it,
added tagline
added search fofm template tag
footnotes dictionary fix
25 files changed:
apps/catalogue/templatetags/catalogue_tags.py
apps/catalogue/urls.py
apps/catalogue/views.py
apps/dictionary/locale/pl/LC_MESSAGES/django.mo [new file with mode: 0644]
apps/dictionary/locale/pl/LC_MESSAGES/django.po [new file with mode: 0644]
apps/dictionary/models.py
apps/dictionary/templates/dictionary/note_list.html
apps/dictionary/tests.py
apps/stats/__init__.py [new file with mode: 0644]
apps/stats/models.py [new file with mode: 0644]
apps/stats/templates/stats/main.html [new file with mode: 0755]
apps/stats/templatetags/__init__.py [new file with mode: 0755]
apps/stats/templatetags/stats.py [new file with mode: 0755]
apps/stats/urls.py [new file with mode: 0755]
apps/stats/views.py [new file with mode: 0644]
wolnelektury/locale/pl/LC_MESSAGES/django.mo
wolnelektury/locale/pl/LC_MESSAGES/django.po
wolnelektury/settings.py
wolnelektury/static/css/master.css
wolnelektury/templates/base.html
wolnelektury/templates/catalogue/counters.html [deleted file]
wolnelektury/templates/catalogue/main_page.html
wolnelektury/templates/catalogue/search_form.html [new file with mode: 0755]
wolnelektury/templates/info/join_us.html
wolnelektury/urls.py