summaryrefslogtreecommitdiff
path: root/gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/Uploader_Form.html
blob: 423a6500ae1fa3efd87a00ceab276553044bbb8b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{% extends "ndf/base.html" %}
{% load i18n %}

{% block title %} Upload Resource {% endblock %}


{% block meta_content %} 
	<!-- This content displayed into the left panel to display the info/hrlp document -->
	<h3>{% trans "Uploader Form" %}</h3>
	<p class="text-justify subheader">
        {% trans "You can upload <b>files</b> of any format to your group library." %}
    </p>

{% endblock %} 


{% block body_content %} 

	{% include "ndf/Upload_File.html" %}

{% endblock %}