We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa624d1 commit 0ff666eCopy full SHA for 0ff666e
app/templates/createdep.html
@@ -38,7 +38,7 @@ <h1> Template: {{selectedTemplate}} </h1>
38
</div>
39
{% endif %}
40
41
- {% if inputs|length > 1 %}
+ {% if inputs|length > 0 %}
42
<h2>Set input values:</h2>
43
44
<form action="{{ url_for('createdep', template=selectedTemplate) }}" method="post">
0 commit comments