12 lines
262 B
HTML
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 %}
|