initial commit
This commit is contained in:
		
						commit
						5358ea95d6
					
				
					 10 changed files with 93 additions and 0 deletions
				
			
		
							
								
								
									
										23
									
								
								app/templates/download.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								app/templates/download.html
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,23 @@
 | 
			
		|||
{% extends "base.html" %}
 | 
			
		||||
 | 
			
		||||
{% block content %}
 | 
			
		||||
    <h1>Download</h1>
 | 
			
		||||
    <form action="" method="post" novalidate>
 | 
			
		||||
        {{ form.hidden_tag() }}
 | 
			
		||||
        <p>
 | 
			
		||||
            {{ form.date.label }}<br>
 | 
			
		||||
            {{ form.date() }}<br>
 | 
			
		||||
            {% for error in form.date.errors %}
 | 
			
		||||
            <span style="color: red;">[{{ error }}]</span>
 | 
			
		||||
            {% endfor %}
 | 
			
		||||
        </p>
 | 
			
		||||
        <p>
 | 
			
		||||
            {{ form.length.label }}<br>
 | 
			
		||||
            {{ form.length() }}<br>
 | 
			
		||||
            {% for error in form.length.errors %}
 | 
			
		||||
            <span style="color: red;">[{{ error }}]</span>
 | 
			
		||||
            {% endfor %}
 | 
			
		||||
        </p>
 | 
			
		||||
        <p>{{ form.submit() }}</p>
 | 
			
		||||
    </form>
 | 
			
		||||
{% endblock %}
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue