﻿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
7603	"The Request object should have a ""scheme"" attribute"	nslater	nobody	"As it stands, the scheme is located at request[""wsgi.url_scheme""] which translates as {{ request.wsgi.url_scheme}} which is invalid for obvious reasons, leaving no way to access this value from the template.

The Request object should be modified to have a ""scheme"" attritbute.

I could then do this from a template:

{{{
<img src=""{{ request.scheme }}://{{ site.domain }}/logo""/>
}}}"		new	Uncategorized	dev					Unreviewed	0	0	0	0		
