Add missing i18n template tag import

This commit is contained in:
Livvy Mackintosh 2017-11-18 19:48:06 +01:00
parent ad0685e38c
commit 49d4d70602
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
{% extends 'base_page.html' %}
{% load i18n %}
{% block title %}
Oh no.

View File

@ -1,5 +1,5 @@
{% extends "base.html" %}
{% load i18n %}
{% block stylesheets %}
{{ block.super }}
<style>