bughunting for /login
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
{% extends "base.html" %}
|
||||
{% block content %}
|
||||
<h2>not found</h2>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,4 @@
|
||||
{% extends "base.html" %}
|
||||
{% block content %}
|
||||
<h2>not found</h2>
|
||||
{% endblock %}
|
||||