mirror of https://github.com/zulip/zulip.git
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:
parent
2e6b65ac22
commit
f24c0203fd
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue