Add: tmp templates for furaffinity
This commit is contained in:
parent
6ac3b14545
commit
6beedc9c56
6 changed files with 411 additions and 0 deletions
18
archivist/sites/templates/fa/import.html
Normal file
18
archivist/sites/templates/fa/import.html
Normal 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 %}
|
Loading…
Add table
Add a link
Reference in a new issue