Update translations

This commit is contained in:
2020-05-18 11:10:36 +02:00
parent b760e0037f
commit d7a58053f5
15 changed files with 104 additions and 52 deletions

View File

@ -1,11 +1,11 @@
{% extends 'base.html' %} <!-- Add this for inheritance -->
{% load i18n %}
{% block title %}{% trans "Schedules overview list" %}{% endblock %}
{% block pagetitle %}{% trans "Schedules overview list" %}{% endblock %}
{% block title %}{% trans "Schedule overview" %}{% endblock %}
{% block pagetitle %}{% trans "Schedule overview" %}{% endblock %}
{% block content %}
<p>
<strong>{% trans "Schedules overview list" %}</strong>
<strong>{% trans "Schedule overview" %}</strong>
<table>
<tr>
{% comment %} <th>{% trans "Department" %}</th> {% endcomment %}