Add projects to the system

This commit is contained in:
2021-12-27 18:48:38 +02:00
parent d8bf6dcafb
commit d590ae0179
9 changed files with 389 additions and 2 deletions

View File

@@ -11,6 +11,9 @@ block content
.col.s12.input-field
input#name(type="text", name="name", value=campaign.name)
label(for="name") Campaign Name
if project
.col.s12
span project...
each translationEntryVersion in translationEntryVersions
input(type="hidden", name="translationEntryVersions", value=translationEntryVersion.id)
.col.s12.input-field