We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cbe3e8 commit 460243fCopy full SHA for 460243f
1 file changed
templates/admin/title_edit.njk
@@ -13,7 +13,7 @@
13
<form action="/admin/titles/{{ title.id }}/edit" method="post">
14
<div class="mb-2">
15
<label for="title" class="form-label">Title</label>
16
- <input type="text" id="title" name="title" class="form-control" placeholder="Title" value="{{ title.title | striptags(true) | escape }}" required readonly>
+ <input type="text" id="title" name="title" class="form-control" placeholder="Title" value="{{ title.title | striptags(true) | escape }}" required>
17
<small class="form-text text-muted">Include <code>%login</code> in the title, as this piece of text gets replaced with the student's login.</small>
18
</div>
19
0 commit comments