pracownia-timefall/hr_module/templates/hr_module_import_success.html
2020-12-28 19:40:37 +01:00

12 lines
262 B
HTML

{% extends 'hr_module_base.html' %}
{% load static %}
{% block action_panel %}
<link rel="stylesheet" href="{% static '/css/hr_import_validation.css' %}">
<div class="import_instructions">Data has been imported successfully
</div>
{% endblock %}