diff options
Diffstat (limited to 'templates/edit_project.html')
-rw-r--r-- | templates/edit_project.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/edit_project.html b/templates/edit_project.html index fbbafdc..dc2d78e 100644 --- a/templates/edit_project.html +++ b/templates/edit_project.html @@ -7,3 +7,6 @@ </p> <script src="{{ url_for('static', filename="edit.js") }}"></script> {% endblock %} +{% block footer %} + • <a href="{{ url_for('projects', project_name=project.id) }}">Back to project</a> +{% endblock %} |