From 83bfd9b872867df61de8068ae3bc71eb3f84479f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gil=20Gon=C3=A7alves?= Date: Fri, 17 Jan 2014 22:54:59 +0000 Subject: [PATCH] Added default value to url input --- templates/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index 78a1296..2e2b852 100644 --- a/templates/index.html +++ b/templates/index.html @@ -21,6 +21,9 @@ class="form-control" style="width: 300px;" placeholder="http://en.wikipedia.org/wiki/Markdown" + {% if page_url %} + value="{{ page_url }}" + {% endif %} />