Skip to content

Commit 460243f

Browse files
authored
fix: uneditable coalition ranking titles
1 parent 4cbe3e8 commit 460243f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/admin/title_edit.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<form action="/admin/titles/{{ title.id }}/edit" method="post">
1414
<div class="mb-2">
1515
<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>
16+
<input type="text" id="title" name="title" class="form-control" placeholder="Title" value="{{ title.title | striptags(true) | escape }}" required>
1717
<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>
1818
</div>
1919

0 commit comments

Comments
 (0)