Update translations
This commit is contained in:
@ -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 %}
|
||||
|
Reference in New Issue
Block a user