Make creator's author checkbox work sensibly
This commit is contained in:
@ -75,9 +75,9 @@
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<input id="creator" name="creator" type="checkbox" value="contributor" {{if eq .Creator.ArticleRole
|
||||
2}}checked{{end}} />
|
||||
<label for="creator">Ich bin nicht der Autor.</label>
|
||||
<input id="creator" name="creator" type="checkbox" value="author" {{if eq .Creator.ArticleRole
|
||||
1}}checked{{end}} />
|
||||
<label for="creator">Ich bin Autor.</label>
|
||||
</div>
|
||||
|
||||
<div class="btn-area">
|
||||
|
Reference in New Issue
Block a user