Skip to content

Commit

Permalink
Update rocky/rocky/templates/partials/ooi_detail_related_object.html
Browse files Browse the repository at this point in the history
Co-authored-by: stephanie0x00 <[email protected]>
  • Loading branch information
underdarknl and stephanie0x00 authored Jan 17, 2025
1 parent 0d1d935 commit c5b92b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h2>{% translate "Related objects" %}</h2>
{% if not ooi|is_finding and not ooi|is_finding_type %}
<div class="horizontal-view {% if related %}toolbar{% endif %}">
<a href="{% ooi_url "ooi_add_related" ooi.primary_key organization.code %}"
class="button ghost">{% translate "Add related" %}</a>
class="button ghost">{% translate "Add related object" %}</a>
</div>
{% endif %}
{% endif %}
Expand Down

0 comments on commit c5b92b9

Please sign in to comment.