Skip to content
This repository has been archived by the owner on Jun 18, 2020. It is now read-only.

Commit

Permalink
#10652: Add support for uploading static html doc page as a worksheet…
Browse files Browse the repository at this point in the history
… in the notebook
  • Loading branch information
nthiery committed Apr 7, 2011
1 parent 116eb1a commit 2ff328b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sagenb/data/sage/html/upload.html
Expand Up @@ -7,7 +7,9 @@
{% block main %}

<div>
<h2>Upload worksheet (an sws or txt file) to the Sage Notebook</h2>
<h2>Upload worksheet to the Sage Notebook</h2>
<p>Supported file formats: sws, html, or txt, or zip archive of such.</p>

<form method="POST" action="upload_worksheet"
name="upload" enctype="multipart/form-data">
<div>
Expand Down

0 comments on commit 2ff328b

Please sign in to comment.