File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
static/css/custom_part_type
templates/custom_part_type Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11.page-header {
22 display : grid;
3- grid-template : "name save-status" / 1fr 12em ;
3+ grid-template :
4+ "back ."
5+ "name save-status" / 1fr 12em ;
46 align-items : baseline;
57}
68.name-header .glyphicon {
Original file line number Diff line number Diff line change 1010
1111{% block title %}{{object.name}} - Custom part type - {{block.super}}{% endblock %}
1212
13+ {% block body_classes %}{{block.super}} custom-part-type-editor{% endblock %}
14+
1315{% block stylesheets %}
1416 {{block.super}}
1517 < link href ="{% sstatic 'css/custom_part_type/edit.css' %} " type ="text/css " rel ="stylesheet " />
@@ -87,6 +89,7 @@ <h2>Error</h2>
8789< div class ="loaded-content ">
8890 < div class ="page-header ">
8991 {% block page_header %}
92+ < a class ="back " href ="{% url 'profile_custom_part_types' request.user.pk %} "> Back to custom part types</ a >
9093 < h1 class ="name-header ">
9194 < span class ="glyphicon glyphicon-ok "> </ span >
9295 < span class ="name " data-bind ="mathjaxHTML: name "> </ span >
You can’t perform that action at this time.
0 commit comments