Reduce number of rows for notes edit

This commit is contained in:
Gabriel Augendre 2022-11-14 22:26:28 +01:00
parent 50c66458fc
commit 2db919a987

View file

@ -11,6 +11,6 @@
</a>
</h2>
{% csrf_token %}
<textarea class="form-control" name="notes" rows="30">{{ character.notes }}</textarea>
<textarea class="form-control" name="notes" rows="25">{{ character.notes }}</textarea>
</form>
</div>