added instructions for entering the draft name. Fixes #1375. Commit ready to merge.
- Legacy-Id: 16089
This commit is contained in:
parent
7224e06f3d
commit
37a7203849
|
@ -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 ..."
|
||||
|
|
|
@ -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 %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue