diff --git a/src/dokumentor/templates/docs/faktura/form.html b/src/dokumentor/templates/docs/faktura/form.html
index 7c1f7bc..7f3c9c9 100644
--- a/src/dokumentor/templates/docs/faktura/form.html
+++ b/src/dokumentor/templates/docs/faktura/form.html
@@ -25,7 +25,6 @@
-{# {% include 'docs/parts/form_field.html' with field=form.doc_reason id="doc_reason" classes="field" label="Основание" %}#}
{% include 'docs/parts/form_field.html' with field=form.nds_value id="nds_value" classes="left nds_block__inline" label="НДС" no_clear_after="True" %}
{% include 'docs/parts/form_field.html' with field=form.nds_method id="nds_method" classes="left nds-method hidden" no_clear_after="True" %}