Skip to content

Commit 6d0f65d

Browse files
committed
Restructure site
Fixes coala#44
1 parent e9116e5 commit 6d0f65d

22 files changed

+19557
-49
lines changed

.DS_Store

6 KB
Binary file not shown.

community/urls.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def get_index():
2424
distill_file='index.html',
2525
),
2626
distill_url(
27-
r'activity/', TemplateView.as_view(template_name='activity.html'),
27+
r'activity/', TemplateView.as_view(template_name='index.html'),
2828
name='activity',
2929
distill_func=get_index,
3030
distill_file='activity/index.html',

static/.DS_Store

6 KB
Binary file not shown.
File renamed without changes.

0 commit comments

Comments
 (0)