Increase notes update height

This commit is contained in:
Gabriel Augendre 2022-11-10 21:40:44 +01:00
parent 1c7d59c20e
commit abff148dd6

View file

@ -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>