[RMV] LEAVE: Back button from leave type creation and update

This commit is contained in:
Horilla
2024-02-15 12:17:56 +05:30
parent 44b50ef3cf
commit b33e84bc1c
2 changed files with 2 additions and 14 deletions

View File

@@ -16,13 +16,7 @@
</div>
{% endif %}
<section class="oh-wrapper oh-main__topbar" x-data="{searchShow: false}">
<div class="oh-main__titlebar oh-main__titlebar--left">
<form action="{% url 'type-view' %}">
<button class="oh-btn oh-btn--secondary oh-btn--shadow">
{% trans "View Leave Types" %}
</button>
</form>
</div>
</section>

View File

@@ -11,13 +11,7 @@
{% endif %}
<section class="oh-wrapper oh-main__topbar" x-data="{searchShow: false}">
<div class="oh-main__titlebar oh-main__titlebar--left">
<form action="{% url 'type-view' %}">
<button class="oh-btn oh-btn--secondary oh-btn--shadow">
{% trans "View Leave Types" %}
</button>
</form>
</div>
</section>
<div class="oh-wrapper d-flex justify-content-center">