A somewhat usable and tested version.
[django-ssify.git] / tests / templates / tests_basic / random_quote.html
diff --git a/tests/templates/tests_basic/random_quote.html b/tests/templates/tests_basic/random_quote.html
new file mode 100644 (file)
index 0000000..9fdac51
--- /dev/null
@@ -0,0 +1,4 @@
+{% load ssify test_tags %}
+{% number_of_quotes as qlen %}
+{% random_number limit=qlen as number %}
+{% ssi_include 'quote' number=number %}
\ No newline at end of file