diff options
Diffstat (limited to 'uploader/templates/index.html')
-rw-r--r-- | uploader/templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uploader/templates/index.html b/uploader/templates/index.html index e99b031..75d7dec 100644 --- a/uploader/templates/index.html +++ b/uploader/templates/index.html @@ -7,7 +7,7 @@ {%block breadcrumb%} <li class="breadcrumb-item active"> - <a href="{{url_for('entry.index')}}">Home</a> + <a href="{{url_for('base.index')}}">Home</a> </li> {%endblock%} |