Added the template files for localization
This commit is contained in:
parent
8bb4192598
commit
bda626352c
12 changed files with 22 additions and 22 deletions
|
@ -1,10 +1,10 @@
|
|||
{% extends "base.html" %}
|
||||
{% block title %} – Categories{% endblock %}
|
||||
{% block title %} – {% trans %}Categories{% endtrans %}{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<article>
|
||||
<header>
|
||||
<h1>Categories</h1>
|
||||
<h1>{% trans %}Categories{% endtrans %}</h1>
|
||||
</header>
|
||||
<div>
|
||||
<ul class="list">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue