Create a campaign for a translation
This commit is contained in:
@@ -7,10 +7,13 @@ block content
|
||||
|
||||
.row
|
||||
.col.s12
|
||||
form.row(action=`/campaigns/create`, method="post")
|
||||
form.row(action=urlEndpoint, method="post")
|
||||
.col.s12.input-field
|
||||
input#name(type="text", name="name", value=campaign.name)
|
||||
label(for="name") Campaign Name
|
||||
label(for="name") Name
|
||||
.col.s12.input-field
|
||||
input#description(type="text", name="description", value=campaign.description)
|
||||
label(for="description") Description
|
||||
if project
|
||||
input(type="hidden", name="projectId", value=project.id)
|
||||
.col.s12.input-field
|
||||
|
||||
Reference in New Issue
Block a user