Mercurial > p > roundup > code
view share/roundup/templates/jinja2/html/query.item.html @ 7531:913a73b9fab5 2.3.0
Update for 2.3.0 release
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 12 Jul 2023 23:00:25 -0400 |
| parents | 0eac90b3b2b0 |
| children |
line wrap: on
line source
{% if context.is_view_ok() %} {{ context.renderQueryForm()|u|safe }} {% else %} {% extends "layout/page.html" -%} {% block head_title %} {% trans %}You can not view query{% endtrans %} - {{ config.TRACKER_NAME }} {% endblock -%} {% block page_header %} {% trans %}You can not view query.{% endtrans %} {% endblock -%} {% block content %} <td class="content"> You are not allowed to view {{ context._classname }} with id {{ context.id }} </td> {% endblock %} {% endif %}
