X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/82c10c28823964cfd2248440af9eb8e37c9fcaf2..9dffe94b2b63322be723ad557ba1e1222185bf1c:/templates/webpages/requirement_spec/show.html diff --git a/templates/webpages/requirement_spec/show.html b/templates/webpages/requirement_spec/show.html index 8442d0583..c4819fe2f 100644 --- a/templates/webpages/requirement_spec/show.html +++ b/templates/webpages/requirement_spec/show.html @@ -4,20 +4,24 @@ [%- INCLUDE 'requirement_spec/_header.html' %] -[%- L.hidden_tag('requirement_spec_id', SELF.requirement_spec.id) -%] +[%- L.hidden_tag('requirement_spec_id', SELF.requirement_spec.id, 'data-is-template'=(SELF.requirement_spec.is_template ? 1 : 0)) -%]
-
+ [%- UNLESS SELF.requirement_spec.is_template %] +
[%- INCLUDE 'requirement_spec/_version.html' requirement_spec=SELF.requirement_spec -%] -
+
+ [%- END %]
@@ -43,45 +47,54 @@