From 56d9dccfc76d2d7525f4d5a64301cd9262c86935 Mon Sep 17 00:00:00 2001 From: Dishita Reddy Date: Wed, 1 Apr 2026 09:43:56 -0400 Subject: [PATCH] rezised the title and description box --- .../templates/unfold_studio/edit_story.html | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/unfold_studio/unfold_studio/templates/unfold_studio/edit_story.html b/unfold_studio/unfold_studio/templates/unfold_studio/edit_story.html index de95ef5d..0d764c11 100644 --- a/unfold_studio/unfold_studio/templates/unfold_studio/edit_story.html +++ b/unfold_studio/unfold_studio/templates/unfold_studio/edit_story.html @@ -2,11 +2,19 @@ {% block content %}

Rename {{story.title}}

-
+ {% csrf_token %} - - {{form.as_table}} -
- + +
+ + +
+ +
+ + +
+ +
{% endblock %}