added instructions for entering the draft name. Fixes #1375. Commit ready to merge.

- Legacy-Id: 16089
This commit is contained in:
Jean Mahoney 2019-03-23 16:10:46 +00:00
parent 7224e06f3d
commit 37a7203849
2 changed files with 6 additions and 1 deletions

View file

@ -124,7 +124,8 @@ DATADIR=$parent/data
if [ "$DOWNLOAD" ]; then
echo "Fetching database dump ..."
wget -N -P $DATADIR http://www.ietf.org/lib/dt/sprint/ietf_utf8.sql.gz || die "No new data, quitting."
# wget -N -P $DATADIR http://www.ietf.org/lib/dt/sprint/ietf_utf8.sql.gz || die "No new data, quitting."
wget -N -P $DATADIR http://zinfandel.tools.ietf.org/tools/ietf_utf8.sql.gz || die "No new data, quitting."
fi
echo "Loading database ..."

View file

@ -15,6 +15,10 @@
{% origin %}
<h1>Change documents replaced by<br><small>{{ doc }}</small></h1>
<h3>Instructions</h3>
<p class="alert alert-warning">Do not include <code>-00</code> and do not include a file extension like <code>.txt</code> in the document name.</p>
<form method="post">
{% csrf_token %}