stub out some i18n
This commit is contained in:
@ -1,7 +1,9 @@
|
||||
{% extends 'base.html' %}
|
||||
{% load i18n %}
|
||||
|
||||
{% block title %}Dashboard{% endblock %}
|
||||
{% block title %} trans "Dashboard"{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h2>Dashboard</h2>
|
||||
<h2>{% trans "Dashboard" %}</h2>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user