diff options
Diffstat (limited to 'templates/staff/tables/index.html')
-rw-r--r-- | templates/staff/tables/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/staff/tables/index.html b/templates/staff/tables/index.html index 079ed306..206234bb 100644 --- a/templates/staff/tables/index.html +++ b/templates/staff/tables/index.html @@ -4,7 +4,7 @@ {% block og_description %}Table management and editor{% endblock %} {% block content %} <div class="uk-container uk-section uk-container-small"> - <a class="uk-button uk-button-default" href="{{ url_for("staff.staff_index") }}"><i class="uk-icon fa-fw fas fa-arrow-left"></i> Back</a> + <a class="uk-button uk-button-default" href="{{ url_for("staff.index") }}"><i class="uk-icon fa-fw fas fa-arrow-left"></i> Back</a> <h1 class="uk-title uk-text-center"> Table manager </h1> |