summaryrefslogtreecommitdiffstats
path: root/templates/admin/login_order.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/admin/login_order.html')
-rw-r--r--templates/admin/login_order.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin/login_order.html b/templates/admin/login_order.html
index c78fe55..b14c4d9 100644
--- a/templates/admin/login_order.html
+++ b/templates/admin/login_order.html
@@ -18,7 +18,7 @@
<button id="submit" class="btn btn-primary" name="submit" type="submit" value="Submit">
Save
</button>
- <a href="{{ basepath }}/admin" class="btn btn-default" title="Back">Back</a>
+ <a href="{{ basepath }}/admin/login" class="btn btn-default" title="Back">Back</a>
</form>
</div>
{% endblock %}