remove locale from git tracking
This commit is contained in:
parent
40cbc0af34
commit
19c3f87c06
2
.gitignore
vendored
2
.gitignore
vendored
@ -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
@ -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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user