mirror of
https://github.com/kristoferssolo/kristofersxyz.git
synced 2026-03-22 00:26:20 +00:00
Yeeted validation
This commit is contained in:
@@ -1,33 +0,0 @@
|
||||
{% extends "layout.html" %}
|
||||
{% load static %}
|
||||
{% block title %}{{ title }}{% endblock %}
|
||||
{% block meta %}
|
||||
<link rel="stylesheet"
|
||||
type="text/css"
|
||||
href="{% static 'main/css/validation.css' %}">
|
||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.3/jquery.min.js"></script>
|
||||
<script src="{% static 'main/js/validation.js' %}" defer></script>
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
<form id="register-form" action="https://www.w3schools.com/action_page.php">
|
||||
<input type="text"
|
||||
id="username"
|
||||
name="username"
|
||||
placeholder="Username"
|
||||
class="btn">
|
||||
<br>
|
||||
<input type="password"
|
||||
id="password"
|
||||
name="password"
|
||||
placeholder="Password"
|
||||
class="btn">
|
||||
<br>
|
||||
<input type="password"
|
||||
id="confirm-password"
|
||||
name="confirm-password"
|
||||
placeholder="Repeat password"
|
||||
class="btn">
|
||||
<br>
|
||||
<div id="check-block"></div>
|
||||
</form>
|
||||
{% endblock %}
|
||||
@@ -88,18 +88,6 @@
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
<a class="card" href="{% url 'validation' %}">
|
||||
<div class="card-content">
|
||||
<div class="card-info-wrapper">
|
||||
<div class="card-info-title">
|
||||
<h2>Register</h2>
|
||||
</div>
|
||||
<div class="card-info-text">
|
||||
<p>Subject to change.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user