Changed where the result.add route redirects to; added some more links around the site for easier navigation
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
{% block title %}List of Tests{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<p>Tests list...</p>
|
||||
<p><a href="{{ url_for('test.add') }}">Create new test</a></p>
|
||||
|
||||
{% if tests | length > 0 %}
|
||||
<table class="u-full-width">
|
||||
|
Reference in New Issue
Block a user