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
...
 
@@ -550,17 +550,17 @@
 
        "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",
...
 
@@ -598,13 +598,13 @@
 
        "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
...
 
@@ -10,11 +10,11 @@
 

	
 
{% 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)