mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-20 16:01:22 +02:00
refactor: renamed instructions to context
This commit is contained in:
@@ -15,8 +15,8 @@ class="flex flex-col flex-1 h-full"
|
||||
<h3 class="text-lg font-bold">Edit Content</h3>
|
||||
<div class="form-control">
|
||||
<label class="floating-label">
|
||||
<span class="label-text">Instructions</span>
|
||||
<input type="text" name="instructions" value="{{ text_content.instructions }}" class="w-full input input-bordered">
|
||||
<span class="label-text">Context</span>
|
||||
<input type="text" name="context" value="{{ text_content.context }}" class="w-full input input-bordered">
|
||||
</label>
|
||||
</div>
|
||||
<div class="form-control">
|
||||
|
||||
Reference in New Issue
Block a user