Create a campaign for a translation

This commit is contained in:
2022-01-06 02:00:49 +02:00
parent e728f7c8b8
commit 6b486b7283
4 changed files with 112 additions and 6 deletions

View File

@@ -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