Commit d55ec0a0 by Sef Kloninger

Fix 500 we're seeing on password reset confirm page

Just a simple missing import on the mako template.
parent e639738e
{% extends "main_django.html" %} {% extends "main_django.html" %}
{% load i18n %} {% load i18n %}
{% load compressed %}
{% load staticfiles %} {% load staticfiles %}
<!DOCTYPE html> <!DOCTYPE html>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment