X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/413a5f1dc25d5c8a788127f40816f39c49cd0d1c..bec14a088e45d21ac12f9c5e852dd0b7e559d680:/src/editor/views/dialog/templates/input.html

diff --git a/src/editor/views/dialog/templates/input.html b/src/editor/views/dialog/templates/input.html
index f60f2f6..1600d87 100644
--- a/src/editor/views/dialog/templates/input.html
+++ b/src/editor/views/dialog/templates/input.html
@@ -3,7 +3,7 @@
     <%= label %>:
     </div>
     <div>
-        <input type="input" name="<%= name %>"/>
+        <input type="input" name="<%= name %>" value="<%= initialValue %>"/>
         <span class="description"><%= description %></span>
     </div>