Add versioning
This commit is contained in:
@@ -14,5 +14,9 @@ block content
|
||||
.col.s12.input-field
|
||||
input#url(type="text", name="url", value=entry.url)
|
||||
label(for="url") Entry Url
|
||||
if entry.id == null
|
||||
.col.s12.input-field
|
||||
input#version(type="text", name="version", value=entry.version)
|
||||
label(for="version") First Version Number
|
||||
.col.s12
|
||||
button.btn.black(type="submit") add entry
|
||||
Reference in New Issue
Block a user