summaryrefslogtreecommitdiff
path: root/gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/Uploader_Form.html
diff options
context:
space:
mode:
Diffstat (limited to 'gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/Uploader_Form.html')
-rw-r--r--gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/Uploader_Form.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/Uploader_Form.html b/gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/Uploader_Form.html
new file mode 100644
index 0000000..423a650
--- /dev/null
+++ b/gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/Uploader_Form.html
@@ -0,0 +1,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 %}
+
+
+
+