You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/11/02 14:14:21 UTC

[GitHub] [airflow] ephraimbuddy commented on a change in pull request #19363: Fix message on "Mark as" confirmation page

ephraimbuddy commented on a change in pull request #19363:
URL: https://github.com/apache/airflow/pull/19363#discussion_r741097938



##########
File path: airflow/www/templates/airflow/dags.html
##########
@@ -50,10 +50,10 @@
 
 {% block messages %}
   {% for m in dashboard_alerts %}
-    {{ message(m.message, m.category) }}
+    {{ show_message(m.message, m.category) }}

Review comment:
       Seems there's a missing import of `show_messge`, line 22




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org