We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c38efe8 commit 9107d5fCopy full SHA for 9107d5f
airlock/templates/file_browser/index.html
@@ -77,7 +77,6 @@
77
{% endfragment %}
78
79
{% #card title=title custom_button=action_button %}
80
-
81
{% if context == "request" %}
82
{% #description_item title="Status:" %}{{ release_request.status.name }}{% /description_item %}
83
{% endif %}
pyproject.toml
@@ -41,3 +41,6 @@ exclude_also = [
41
42
[tool.coverage.django_coverage_plugin]
43
template_extensions = "html"
44
+exclude_blocks = [
45
+ "\\/\\w+"
46
+]
0 commit comments