22 lines
798 B
Plaintext
22 lines
798 B
Plaintext
extend templates/layout.pug
|
|
|
|
block content
|
|
.container
|
|
.center
|
|
h1 Fork of #{entryVersion.entry.name}
|
|
|
|
.row
|
|
.col.s12
|
|
form.row(action=`/fork/e/${entryVersion.id}`, method="post")
|
|
|
|
.col.s12.input-field
|
|
i.material-icons.prefix record_voice_over
|
|
input#dialect-autocomplete.autocomplete(type="text", name="dialect", required, autocomplete="off")
|
|
label(for="dialect-autocomplete") Dialect which this translation will be made in.
|
|
.col.s12
|
|
button.btn.black(type="submit") add translation
|
|
|
|
|
|
block additionalScripts
|
|
script
|
|
include js/init-dialect-autocomplete.js |