diff --git a/templates/py/requirement_specification.py b/templates/py/requirement_specification.py index c286a81..2ae6e63 100644 --- a/templates/py/requirement_specification.py +++ b/templates/py/requirement_specification.py @@ -1,5 +1,5 @@ def specification(req_spec): - eq_spec.add_title({{ data.titel|tojson }}) + req_spec.add_title({{ data.titel|tojson }}) {% set sec = namespace(cnt = 1) %} {%- for uid in data.uid_list_sorted %} {%- with item=data.item_dict[uid] %}