Changeset 908

Show
Ignore:
Timestamp:
03/09/10 16:51:26 (5 months ago)
Author:
iwillig
Message:

removed trailing html from MapGrid title

Location:
GeoNode/trunk/src
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • GeoNode/trunk/src/GeoNodePy/geonode/maps/views.py

    r906 r908  
    195195                                # remove layer from django models  
    196196                                layer.delete() 
    197                                  
    198197                                # remove layer from geoserver catalog  
    199198                                #  
  • GeoNode/trunk/src/GeoNodePy/geonode/settings.py

    r906 r908  
    55_ = lambda x: x 
    66 
    7 DEBUG = False 
     7DEBUG = True 
    88SITENAME = "CAPRA GeoNode" 
    99TEMPLATE_DEBUG = DEBUG 
  • GeoNode/trunk/src/geonode-client/src/script/app/MapGrid.js

    r907 r908  
    3939 
    4040            var tpl = new Ext.Template('<p><b>' + this.mapAbstractLabelText + ':</b> {abstract}</p>'+ 
    41                                        '<p><a href="/maps/{id}.html">' + this.mapLinkLabelText + '</a></p>'); 
     41                                       '<p><a href="/maps/{id}">' + this.mapLinkLabelText + '</a></p>'); 
    4242 
    4343            this.expander = new Ext.grid.RowExpander({tpl: tpl});