-
Notifications
You must be signed in to change notification settings - Fork 253
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dcf2395
commit d0539db
Showing
3 changed files
with
56 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 10 additions & 14 deletions
24
attendance/templates/attendance/attendance/validate_attendance_empty.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,13 @@ | ||
{% load static %}{% load i18n %} {% include 'filter_tags.html' %} | ||
<div class="oh-wrapper-main"> | ||
<main :class="sidebarOpen ? 'oh-main__sidebar-visible' : ''"> | ||
<div class="oh-wrapper"> | ||
<div class="oh-404"> | ||
<img | ||
style="width: 190px; height: 200px" | ||
src="{% static 'images/ui/present.png' %}" | ||
class="oh-404__image mb-4" | ||
alt="Page not found. 404." | ||
/> | ||
<h5 class="oh-404__subtitle"> | ||
{% blocktrans with month_name=month_name %}The attendances for this employee in {{ month_name }} has not been validated.{% endblocktrans %} | ||
</div> | ||
</div> | ||
</main> | ||
<main :class="sidebarOpen ? 'oh-main__sidebar-visible' : ''"> | ||
<div class="oh-wrapper"> | ||
<div class="oh-404"> | ||
<img style="width: 190px; height: 200px" src="{% static 'images/ui/present.png' %}" | ||
class="oh-404__image mb-4" alt="Page not found. 404." /> | ||
<h5 class="oh-404__subtitle"> | ||
{% blocktrans with month_name=month_name %}The attendances for this employee in {{ month_name }} has not been validated.{% endblocktrans %} | ||
</div> | ||
</div> | ||
</main> | ||
</div> |