mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 06:13:55 +01:00
Reduce number of rows for notes edit
This commit is contained in:
parent
50c66458fc
commit
2db919a987
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue