Initial clean commit
This commit is contained in:
commit
6784d81c2c
141 changed files with 25219 additions and 0 deletions
16
templates/restore_urls.html
Normal file
16
templates/restore_urls.html
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{% extends "base.html" %}
|
||||
{% block title %}Importar Fuentes URL{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1>Importar Fuentes URL</h1>
|
||||
|
||||
<div class="card">
|
||||
<form method="post" enctype="multipart/form-data" action="{{ url_for('restore_urls') }}">
|
||||
<label>Archivo CSV:</label>
|
||||
<input type="file" name="file" required>
|
||||
|
||||
<button class="btn" style="margin-top:15px;">Importar</button>
|
||||
<a href="{{ url_for('dashboard') }}" class="btn btn-secondary">Cancelar</a>
|
||||
</form>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue