diasporadiaries

a platform for writing stories with personal accounts and messages
git clone git://parazyd.org/diasporadiaries.git
Log | Files | Refs | Submodules | README | LICENSE

commit 30dae4aaa5008bde9c307431bfe0d5cb9d0e55db
parent 6bef5cab6fcc9ebd04cb09e29915492d5d88a825
Author: parazyd <parazyd@dyne.org>
Date:   Tue, 22 Jan 2019 00:49:26 +0100

Add city input in edit.html.

Diffstat:
Mtemplates/edit.html | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/templates/edit.html b/templates/edit.html @@ -46,6 +46,10 @@ <input type="text" class="form-control" name="DisembarkOther" id="disembarkother" style="display: none;" placeholder="Type country here"> </p> + <p class="lead">City of the story:<br> + <input type="text" class="form-control" name="City" value="{{ story['city'] }}"> + </p> + <p class="lead">Email:<br> <input type="email" class="form-control" name="Email" value="{{ story['email'] }}"> </p>