Test password view
This commit is contained in:
parent
c1d087c192
commit
dead795e03
@ -1,7 +1,14 @@
|
|||||||
|
{% extends "base.html" %}
|
||||||
|
{% load filters %}
|
||||||
|
{% load rest_framework %}
|
||||||
|
|
||||||
|
{% block title %}Nowy test{% endblock %}
|
||||||
|
{% block content %}
|
||||||
<form method="post" novalidate>
|
<form method="post" novalidate>
|
||||||
<label for="password"><h2>Hasło:</h2></label>
|
<label for="password"><h2>Ten test jest chroniony hasłem. Podaj poprawne hasło by móc go rozwiązać:</h2></label>
|
||||||
<input id="password" type="text" name="password" value="">
|
<input id="password" type="text" name="password" value="">
|
||||||
<div class="testContent">
|
<div class="testContent">
|
||||||
<input type="submit" value="Zatwierdź">
|
<input type="submit" value="Zatwierdź">
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
{% endblock %}
|
||||||
|
Loading…
Reference in New Issue
Block a user