diff --git a/src/root/edit-jobset.tt b/src/root/edit-jobset.tt
index b5886b6a..b8393f18 100644
--- a/src/root/edit-jobset.tt
+++ b/src/root/edit-jobset.tt
@@ -1,13 +1,13 @@
[% WRAPPER layout.tt title=(create ? "Create jobset in project $project.name" : "Editing jobset $project.name:$jobset.name") %]
[% PROCESS common.tt %]
-[% BLOCK renderInputAlt %]
+[% BLOCK renderJobsetInputAlt %]
alt.value, name => name) %]>
[% END %]
-[% BLOCK renderInput %]
+[% BLOCK renderJobsetInput %]
Input name | Type | Values |
---|---|---|
- [% INCLUDE renderInputs %] + [% INCLUDE renderJobsetInputs %] |