Hacking towards the second.py functionality
This commit is contained in:
@ -10,10 +10,8 @@
|
||||
<body>
|
||||
<p>Install {{ app_name }}</p>
|
||||
<form method="POST" action="/deploy/{{ app_name }}">
|
||||
{% for field in form %}
|
||||
{{ field.label() }}
|
||||
{{ with_errors(field, style='font-weight: bold') }}
|
||||
{% endfor %}
|
||||
{% for field in form %} {{ field.label() }} {{ with_errors(field,
|
||||
style='font-weight: bold') }} {% endfor %}
|
||||
<input type="submit" value="Deploy" />
|
||||
</form>
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user