summaryrefslogtreecommitdiff
path: root/gnowsys-ndf/gnowsys_ndf
diff options
context:
space:
mode:
authorKedar Aitawdekar <kedar2a@gmail.com>2015-06-30 10:23:26 +0530
committerKedar Aitawdekar <kedar2a@gmail.com>2015-06-30 10:23:26 +0530
commit4ff311a72bc8197080e3d0209f68e09f8204134f (patch)
tree35c603935e2da61f255bf9c0f0ce9ceb0f3b7cdc /gnowsys-ndf/gnowsys_ndf
parente22edc02872922ee0f690e7d800584c27fb896bd (diff)
downloadgnowsys-4ff311a72bc8197080e3d0209f68e09f8204134f.tar.gz
Shifted map overlay in upload_file template
Diffstat (limited to 'gnowsys-ndf/gnowsys_ndf')
-rw-r--r--gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/Uploader_Form.html13
1 files changed, 3 insertions, 10 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
index c2a29dc..423a650 100644
--- a/gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/Uploader_Form.html
+++ b/gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/Uploader_Form.html
@@ -7,7 +7,9 @@
{% 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>
+ <p class="text-justify subheader">
+ {% trans "You can upload <b>files</b> of any format to your group library." %}
+ </p>
{% endblock %}
@@ -16,15 +18,6 @@
{% include "ndf/Upload_File.html" %}
- <!-- Overlay : Map Widget -->
- <div class="content reveal-modal graph-div" id="view-map-edit-widget" data-reveal>
- <!-- #{#% #if '/edit/' in request.path or '/image_detail/' in request.path or '/video_detail/' in request.path%} -->
- <a class="close-reveal-modal" >&#215;</a>
- {% include "ndf/map_widget.html" with mode="edit" %}
- <!-- <div style="background-color:gray; width:100%; height:80%;"></div> -->
- <!-- #{#%# endif %} -->
- </div>
-
{% endblock %}