diff options
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html index 27b3232..1d0d753 100644 --- a/templates/index.html +++ b/templates/index.html @@ -7,6 +7,7 @@ <p>As long as it is not webdesign, I will program nearly anything for you</p> <div class="spacer"></div> <h1>Projects</h1> + <p><a href="{{ url_for('list_all_projects') }}">All projects</a> </p> {% include "gallery.html" %} {% endblock %} {% block title %} |