Update web/templates/entry_add.html
This commit is contained in:
parent
9299795d66
commit
c7665d5f7f
@ -179,6 +179,7 @@ const entryCodeEl = document.getElementById("id_entry_code");
|
|||||||
if (entryCodeEl && !entryCodeEl.value) {
|
if (entryCodeEl && !entryCodeEl.value) {
|
||||||
entryCodeEl.value = "{{ request.user.username }}";
|
entryCodeEl.value = "{{ request.user.username }}";
|
||||||
}
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
<!-- ===========================
|
<!-- ===========================
|
||||||
Live Scripture Validation (WOL + full names; space allowed in numbered)
|
Live Scripture Validation (WOL + full names; space allowed in numbered)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user