nearly working version
[redakcja.git] / apps / catalogue / templates / catalogue / activity.html
diff --git a/apps/catalogue/templates/catalogue/activity.html b/apps/catalogue/templates/catalogue/activity.html
new file mode 100755 (executable)
index 0000000..4354b33
--- /dev/null
@@ -0,0 +1,7 @@
+{% extends "catalogue/base.html" %}
+
+{% load wall %}
+
+{% block leftcolumn %}
+    {% wall %}
+{% endblock leftcolumn %}