Add missing i18n template tag import
This commit is contained in:
parent
ad0685e38c
commit
49d4d70602
@ -1,4 +1,5 @@
|
||||
{% extends 'base_page.html' %}
|
||||
{% load i18n %}
|
||||
|
||||
{% block title %}
|
||||
Oh no.
|
||||
|
@ -1,5 +1,5 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% load i18n %}
|
||||
{% block stylesheets %}
|
||||
{{ block.super }}
|
||||
<style>
|
||||
|
Loading…
Reference in New Issue
Block a user