| commit 86: | ffbed20c95a1 |
| parent 85: | 121530dc7ce0 |
| branch: | default |
Weird referer from facebook?
11 months ago
Changed (Δ96 bytes):
raw changeset »
biologeek/urls.py (3 lines added, 0 lines removed)
Up to file-list biologeek/urls.py:
| … | … | @@ -154,6 +154,9 @@ urlpatterns = patterns('', |
154 |
154 |
url(r'^500/$', 'django.views.generic.simple.direct_to_template', {'template': '500.html'}), |
155 |
155 |
url(r'^404/$', 'django.views.generic.simple.direct_to_template', {'template': '404.html'}), |
156 |
156 |
|
157 |
## Weird referer from facebook?! |
|
158 |
url(r'^fr/$', lambda _: HttpResponseRedirect('/')), |
|
159 |
||
157 |
160 |
## Tags (warning, order is really important! Put tags at the very end.) |
158 |
161 |
# Tags |
159 |
162 |
url(r'^%(tags_re)s/$' % locals(), view_tag, name="tag"), |
