dev_tools: Add invalid confirmation error page to devtools.

This just makes it a bit easier and more self-service to get to this
category of error pages.
This commit is contained in:
Tim Abbott 2018-02-28 12:47:53 -08:00
parent 2e6b65ac22
commit f24c0203fd
1 changed files with 5 additions and 0 deletions

View File

@ -59,6 +59,11 @@
<td>None needed</td>
<td>Error 5xx page served by Django</td>
</tr>
<tr>
<td><a href="/accounts/do_confirm/invalid">/accounts/do_confirm/invalid</a></td>
<td>None needed</td>
<td>Invalid confirmation link page</td>
</tr>
</tbody>
</table>
<p>Development-specific management commands live in <code>zilencer/management/commands</code>. Highlights include: