﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
6932	Flatpages does not provide a list of available flat pages to the context	Dmitri Fedortchenko <zeraien@…>	faldridge	"I want to be able to create a menu of all available flat pages. So I wrote this patch that puts a list of flatpages into the context.

It is registration sensitive and does not list restricted pages if user is not logged in.

{{{
	{% for page in flatpages %}
		<h3><a href=""{{page.url}}"">{{page.title}}</a></h3>
	{% endfor %}
}}}"		closed	Contrib apps	dev		fixed	flatpages list templatetag	mmitar@…	Ready for checkin	1	0	0	0	0	0
