* Added pre commit hook * Run pre commit hook on all files --------- Co-authored-by: Horilla <131998600+horilla-opensource@users.noreply.github.com>
14 lines
331 B
HTML
14 lines
331 B
HTML
{% load i18n %}
|
|
<form class='oh-general__tab-target oh-profile-section'>
|
|
{{note_form.as_p}}
|
|
<div class="d-flex flex-row-reverse">
|
|
<button
|
|
class="oh-btn oh-btn--secondary pr-4 pl-4"
|
|
hx-post="{% url 'add-employee-note-post' %}"
|
|
hx-target='#remark-content'
|
|
>
|
|
{% trans "Add" %}
|
|
</button>
|
|
</div>
|
|
</form>
|