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