summaryrefslogtreecommitdiff
path: root/gnowsys-ndf/gnowsys_ndf
diff options
context:
space:
mode:
authorKedar Aitawdekar <kedar2a@gmail.com>2015-07-07 08:38:39 +0530
committerKedar Aitawdekar <kedar2a@gmail.com>2015-07-07 08:38:39 +0530
commit4b176b6ef3a321f7fe19a2276bc9b1c9122bab89 (patch)
tree68ecfb0b03995ce31a918c67309c5a39de54c4d6 /gnowsys-ndf/gnowsys_ndf
parent2bccc34943e6b174eacb40b8b50b8c931418eded (diff)
downloadgnowsys-4b176b6ef3a321f7fe19a2276bc9b1c9122bab89.tar.gz
Showing 'based on url', 'source', 'license' fields in node_ajax_view.html
Diffstat (limited to 'gnowsys-ndf/gnowsys_ndf')
-rw-r--r--gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/node_edit_base.html17
1 files changed, 15 insertions, 2 deletions
diff --git a/gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/node_edit_base.html b/gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/node_edit_base.html
index 64b3cdb..5a930fe 100644
--- a/gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/node_edit_base.html
+++ b/gnowsys-ndf/gnowsys_ndf/ndf/templates/ndf/node_edit_base.html
@@ -378,15 +378,28 @@ i.remove-tag{
</label>
</div>
{% endfor %}
-
<div class="small-6 columns">
<label>
<h5>{% trans "Based on Url: " %} </h5>
- <input name="basedonurl" type="text" value="">
+ <input name="basedonurl" type="text" value="{{node.basedonurl}}">
</label>
</div>
</div>
+ <div class="row">
+ <div class="small-6 columns">
+ <label>
+ <h5>{% trans "License: " %} </h5>
+ <input name="license" type="text" value="{{node.license}}">
+ </label>
+ </div>
+ <div class="small-6 columns">
+ <label>
+ <h5>{% trans "Source: " %} </h5>
+ <input name="source" type="text" value="{{node.source}}">
+ </label>
+ </div>
+ </div>
<div id="metadata_info"></div>
</div>
{% endcache %}