Big update, AppVeyor_Test

This commit is contained in:
Daniel S. 2020-03-28 14:53:52 +01:00
parent aec570d055
commit e71faf0b92
65 changed files with 2141 additions and 1355 deletions

View file

@ -2,4 +2,4 @@
{% block body %}
<p>Hello world</p>
{% endblock %}
{% endblock %}

View file

@ -45,4 +45,4 @@
{# application content needs to be provided in the app_content block #}
{% block app_content %}{% endblock %}
</div>
{% endblock %}
{% endblock %}

View file

@ -3,4 +3,4 @@
{% block app_content %}
<h1>404 Not Found</h1>
<p><a href="{{ url_for('index') }}"><button type="button" class="btn btn-secondary">Back</button></a></p>
{% endblock %}
{% endblock %}

View file

@ -13,4 +13,4 @@
{{ wtf.quick_form(form) }}
</div>
</div>
{% endblock %}
{% endblock %}

View file

@ -7,4 +7,4 @@
Number of Jobs: {{current_user.jobs|count}}
</div>
</div>
{% endblock %}
{% endblock %}

View file

@ -128,4 +128,4 @@
{% endif %}
</div>
</div>
{% endblock %}
{% endblock %}

View file

@ -84,4 +84,4 @@
{% endfor %}
</table>
</div>
{% endblock %}
{% endblock %}

View file

@ -11,4 +11,4 @@
{% endif %}
</div>
</div>
{% endblock %}
{% endblock %}