My favorites
▼
|
Sign in
django-forum
Simple Django Forum Component
Project Home
Wiki
Issues
Source
Export to GitHub
READ-ONLY: This project has been
archived
. For more information see
this post
.
Search
Search within:
All issues
Open issues
New issues
Issues to verify
for
Advanced search
Search tips
Subscriptions
Issue
35
attachment: views.diff
(457 bytes)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: views.py
===================================================================
--- views.py (revision 200)
+++ views.py (working copy)
@@ -14,7 +14,9 @@
from django.template.defaultfilters import striptags, wordwrap
from django.contrib.sites.models import Site
from django.core.urlresolvers import reverse
+from django.utils.translation import ugettext as _
def forum(request, slug):
"""
Displays a list of threads within a forum.
Powered by
Google Project Hosting