Fix issue 5422 Resend verification fails
authorAndrew Browning <ayleph@thisshitistemp.com>
Sun, 21 Feb 2016 22:49:53 +0000 (17:49 -0500)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 22 Feb 2016 22:43:38 +0000 (14:43 -0800)
commit5aa4ab06158b1375ff7f0c45dd67ad7e7d41d956
treed65adc3166d84ac71653b352be5b2f72b27624d6
parent062e37899d87054694aa1efd2464733d685f1307
Fix issue 5422 Resend verification fails

If a user was logged in and already verified, the resend_verification
link would cause a server error. This fix addresses that by using the
correct syntax to query the username from the request.
mediagoblin/auth/views.py