Add: tmp templates for furaffinity

This commit is contained in:
Aroy-Art 2023-10-21 18:58:29 +02:00
parent 6ac3b14545
commit 6beedc9c56
Signed by: Aroy
GPG key ID: DB9689E9391DD156
6 changed files with 411 additions and 0 deletions

View file

@ -0,0 +1,18 @@
<!-- home.html -->
{% extends "base.html" %}
{% block title %}Import | Furaffinity Archive{% endblock %}
{% block content %}
<div class="row">
<h2>Your att the import screen.</h2>
<form method="post" class="mb-3">
{% csrf_token %}
{{ form.as_p }}
<button class="btn btn-primary" type="submit">Save</button>
</form>
</div>
{% endblock %}