mirror of
				https://github.com/ae-utbm/sith.git
				synced 2025-11-04 11:03:04 +00:00 
			
		
		
		
	Continue SAS
This commit is contained in:
		@@ -6,6 +6,11 @@
 | 
			
		||||
 | 
			
		||||
{% block content %}
 | 
			
		||||
<h3>{% trans %}SAS{% endtrans %}</h3>
 | 
			
		||||
<form action="" method="post" enctype="multipart/form-data">
 | 
			
		||||
    {% csrf_token %}
 | 
			
		||||
    {{ form.as_p() }}
 | 
			
		||||
    <p><input type="submit" value="{% trans %}Create{% endtrans %}" /></p>
 | 
			
		||||
</form>
 | 
			
		||||
<div>
 | 
			
		||||
    {% for a in root_file.children.filter(is_folder=True).all() %}
 | 
			
		||||
    <div style="display: inline-block; border: solid 1px black;">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user