remove locale from git tracking

This commit is contained in:
Faheed 2025-11-23 17:40:44 +03:00
parent 40cbc0af34
commit 19c3f87c06
4 changed files with 3 additions and 14072 deletions

2
.gitignore vendored
View File

@ -92,6 +92,8 @@ coverage.xml
# Translations
*.mo
locale/
# Django stuff:

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -290,7 +290,7 @@
<div class="text-center p-3 bg-light rounded h-100 shadow-sm">
<i class="fas fa-building text-primary-theme fa-2x mb-2"></i>
<h6 class="text-muted small">{% trans "Department" %}</h6>
<p class="mb-0 fw-bold">{{ application.job.department|default:"-" }}</p>
<p class="mb-0 fw-bold">{{ application.job.department|default:"" }}</p>
</div>
</div>
<div class="col-md-3">