blob: d464c4af2e20ba1b7a916a756b19286410664ad2 (
plain)
1
2
3
4
5
6
7
8
|
{% extends "ishtar/blocks/window_nav.html" %}
{% load i18n %}
{% block extra_actions %}
<a class="btn btn-secondary" href='{% url "operation_add" item.pk %}'
title="{%trans 'Add an operation for this file' %}">
<i class="fa fa-plus"></i> {% trans "operation" %}
</a>
{% endblock %}
|