Provide the current request to the avatar template during rendering

Review Request #9966 — Created May 22, 2018 and submitted — Latest diff uploaded

Information

Djblets
release-1.0.x
e9a5714...

Reviewers

This patch simply provides the current request to the template used in
AvatarService.render so that any templatetags that require the request
in the context have it.

With this patch applied, unit tests on
https://reviews.reviewboard.org/r/9930/ pass.

    Loading...