mirror of
https://github.com/aquatix/digimarks.git
synced 2025-12-06 22:05:09 +01:00
Introduce url_hash field (used for editing etc) and edit form
This commit is contained in:
11
templates/edit.html
Normal file
11
templates/edit.html
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
<h1>Edit/add bookmark</h1>
|
||||
|
||||
<form action="{{ SERVERURI }}/{{ FORMACTION }}">
|
||||
|
||||
<label>Title</label> <input type="text" name="title" value="{{ title }}" />
|
||||
<label>URL</label> <input type="text" name="url" value="{{ url }}" />
|
||||
<label>Tags</label> <input type="text" name="tags" value="{{ tags }}" />
|
||||
|
||||
<input type="submit" value="Save" />
|
||||
</form>
|
||||
Reference in New Issue
Block a user