Changeset - 4da55d2c5138
[Not reviewed]
0 2 0
Joshua Simmons - 7 years ago 2017-09-27 04:45:21
i@joshuasimmons.name
tweak nav
2 files changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
fixtures/sitetree.json
Show inline comments
...
 
@@ -546,25 +546,25 @@
 
        "tree": 1,
 
        "hidden": false,
 
        "alias": null,
 
        "description": "",
 
        "inmenu": true,
 
        "inbreadcrumbs": true,
 
        "insitetree": true,
 
        "access_loggedin": false,
 
        "access_guest": false,
 
        "access_restricted": false,
 
        "access_perm_type": 1,
 
        "parent": 8,
 
        "sort_order": 36,
 
        "sort_order": 15,
 
        "access_permissions": []
 
    }
 
},
 
{
 
    "model": "sitetree.treeitem",
 
    "pk": 36,
 
    "fields": {
 
        "title": "How to Get Here",
 
        "hint": "",
 
        "url": "/attend/travel",
 
        "urlaspattern": false,
 
        "tree": 1,
...
 
@@ -594,17 +594,17 @@
 
        "tree": 1,
 
        "hidden": false,
 
        "alias": null,
 
        "description": "",
 
        "inmenu": true,
 
        "inbreadcrumbs": true,
 
        "insitetree": true,
 
        "access_loggedin": false,
 
        "access_guest": false,
 
        "access_restricted": false,
 
        "access_perm_type": 1,
 
        "parent": 8,
 
        "sort_order": 15,
 
        "sort_order": 36,
 
        "access_permissions": []
 
    }
 
}
 
]
pinaxcon/templates/static_pages/about/petaluma.html
Show inline comments
...
 
@@ -6,15 +6,15 @@
 

	
 
{% block heading %}Petaluma{% endblock %}
 

	
 
{% block body_class %}about{% endblock %}
 

	
 
{% block lede %}
 
  Lede
 
{% endblock %}
 

	
 

	
 
{% block content %}
 

	
 
Content
 
reuse existing content and point to How to Get Here, Where to Stay, and the Wiki
 

	
 
{% endblock %}
0 comments (0 inline, 0 general)