From 1a5003808bc9920171d519d5e83dbcb3d1ad69b5 Mon Sep 17 00:00:00 2001 From: Lukas Albani Date: Fri, 9 Nov 2018 14:31:09 +0100 Subject: [PATCH] Adding Expiration Minutes to Dashboard --- pygmyui/templates/pygmy/dashboard.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pygmyui/templates/pygmy/dashboard.html b/pygmyui/templates/pygmy/dashboard.html index 8a48fa9..a4b3836 100644 --- a/pygmyui/templates/pygmy/dashboard.html +++ b/pygmyui/templates/pygmy/dashboard.html @@ -12,6 +12,7 @@ Short Link Created On Secret Key + Expire Minutes Expired Hits Stats @@ -24,6 +25,7 @@ {{ link.short_url }} {{ link.created_at }} {{ link.secret_key|default:"--" }} + {{ link.expire_after }} {{ link.is_disabled }} {{ link.hits_counter }} {{ link.short_code }}+