Skip to content

Commit

Permalink
Issue #310 [Completado]
Browse files Browse the repository at this point in the history
Arreglo de campo editable a no editable en la entidad Note
  • Loading branch information
Samalbalat committed Sep 23, 2023
1 parent 631f7eb commit 803705a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/WEB-INF/views/authenticated/note/form.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<acme:form>

<acme:input-moment code="authenticated.note.form.label.moment" path="moment"/>
<acme:input-moment code="authenticated.note.form.label.moment" path="moment" readonly="True"/>
<acme:input-textbox code="authenticated.note.form.label.title" path="title"/>
<acme:input-textbox code="authenticated.note.form.label.author" path="author" readonly="True"/>
<acme:input-textarea code="authenticated.note.form.label.message" path="message"/>
Expand Down

0 comments on commit 803705a

Please sign in to comment.