mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 06:13:55 +01:00
Increase notes update height
This commit is contained in:
parent
1c7d59c20e
commit
abff148dd6
1 changed files with 1 additions and 1 deletions
|
@ -11,6 +11,6 @@
|
||||||
</a>
|
</a>
|
||||||
</h2>
|
</h2>
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<textarea class="form-control" name="notes" rows="10">{{ character.notes }}</textarea>
|
<textarea class="form-control" name="notes" rows="30">{{ character.notes }}</textarea>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue