WIP
This commit is contained in:
parent
7813d1a7f0
commit
b6953cf52f
7 changed files with 135 additions and 34 deletions
|
|
@ -53,7 +53,7 @@ a.new { color: red; }
|
|||
<div id="dabs" class="p-3">
|
||||
<h1>{{ article.enwiki }}</h1>
|
||||
<div id="save-panel" class="d-none">
|
||||
<form method="POST" action="{{ article.save_endpoint() }}">
|
||||
<form method="POST" action="{{ article.preview_endpoint() }}">
|
||||
<button class="btn btn-primary" id="save-btn">Preview before save</button>
|
||||
<span id="edit-count"></span>
|
||||
<input type="hidden" value="{}" id="save-edits" name="edits">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue