Skip to content

Instantly share code, notes, and snippets.

@katipogluMustafa
Created December 16, 2021 17:01
Show Gist options
  • Save katipogluMustafa/cdb8bc66d0827751955be1c9453a5002 to your computer and use it in GitHub Desktop.
Save katipogluMustafa/cdb8bc66d0827751955be1c9453a5002 to your computer and use it in GitHub Desktop.
<form class='demo-dfree' method="post">
{% csrf_token %}
<header>
<h1 class="dfree-header mce-content-body" contenteditable="true" style="position: relative;" spellcheck="false">
{{ story.title }}
</h1>
<br/>
<p class="dfree-description mce-content-body" contenteditable="true" style="position: relative;" spellcheck="false">
{{ story.description }}
</p>
<br/>
</header>
<div class="dfree-body mce-content-body" contenteditable="true" style="position: relative;" spellcheck="false">
{{ story.content | safe }}
</div>
<input class="button" type="submit" value="Save">
</form>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment