Skip to content

Commit

Permalink
some_html_tip
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstinalin committed Jan 20, 2025
1 parent d4f73b9 commit c0faef4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% from "devhub/includes/macros.html" import tip, some_html_tip, empty_unless %}
{% from "devhub/includes/macros.html" import tip, empty_unless %}

<form method="post" action="{{ url('devhub.addons.section', addon.slug, 'additional_details', 'edit') }}">
<h3>
Expand Down
2 changes: 1 addition & 1 deletion src/olympia/devhub/templates/devhub/addons/owner.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "devhub/base.html" %}

{% from "devhub/includes/macros.html" import tip, some_html_tip %}
{% from "devhub/includes/macros.html" import tip %}

{% set title = _('Manage Authors & License') %}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{% from "devhub/includes/macros.html" import some_html_tip %}
{% extends "devhub/addons/submit/base.html" %}

{% block title %}{{ dev_page_title(_('Describe Add-on'), addon) }}{% endblock %}
Expand Down

0 comments on commit c0faef4

Please sign in to comment.