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 }}+ |