Skip to content
This repository has been archived by the owner on Oct 4, 2019. It is now read-only.

Commit

Permalink
minor change for editor buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
DrClockwork committed Apr 26, 2017
1 parent 20def1f commit b88372d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified dist/H5PP-0.1.tar.gz
Binary file not shown.
6 changes: 3 additions & 3 deletions h5pp/templates/h5p/create.html
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,12 @@
<h3 class="h5p-admin-header">Interactive Editor {% if request.GET.title %}<br>{{request.GET.title}}{% endif %}</h3>
<form method="post" enctype="multipart/form-data" id="h5p-content-form">
{% csrf_token %}
<input type="submit" value="Create">
<input type="submit" id="submit_editor" value="Create">
<br><br>
<label for="id_title"><b>Title</b></label>
<label for="id_title" class="label_form"><b>Title</b></label>
{{form.title}}
{{form.h5p_type}}
<label for="h5p-editor-iframe">Select a new content type :</label>
<label for="h5p-editor-iframe" class="label_form">Select a new content type :</label>
<div class="h5p-editor">Waiting for javascript...</div>
{{form.json_content}}
{{form.disable}}
Expand Down

0 comments on commit b88372d

Please sign in to comment.