Skip to content

Commit 30255f1

Browse files
committed
commit d4f5e6a7b8c9d0e1f2g3h4i5j6k7l8m9n0o1p2q3
1 parent ef965bc commit 30255f1

File tree

3 files changed

+3
-30
lines changed

3 files changed

+3
-30
lines changed

templates/dashboard_environment.html

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,4 @@ <h3>Your projects</h3>
2020
</div>
2121
</div>
2222
{% endblock %}
23-
{% extends 'base.html' %}
24-
{% block content %}
25-
<div class="container">
26-
<div class="card">
27-
<h1>Environment</h1>
28-
<p class="muted">Deployment environments and configuration.</p>
29-
<p>This is a placeholder page for Environment settings.</p>
30-
</div>
31-
</div>
32-
{% endblock %}
23+

templates/dashboard_group.html

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,4 @@ <h3>Your groups</h3>
3333
</div>
3434
</div>
3535
{% endblock %}
36-
{% extends 'base.html' %}
37-
{% block content %}
38-
<div class="container">
39-
<div class="card">
40-
<h1>Group</h1>
41-
<p class="muted">Team and group settings.</p>
42-
<p>This is a placeholder page for Group management.</p>
43-
</div>
44-
</div>
45-
{% endblock %}
36+

templates/dashboard_project.html

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,4 @@ <h3>Your projects</h3>
3535
</div>
3636
</div>
3737
{% endblock %}
38-
{% extends 'base.html' %}
39-
{% block content %}
40-
<div class="container">
41-
<div class="card">
42-
<h1>Project</h1>
43-
<p class="muted">Project-level configurations and resources.</p>
44-
<p>This is a placeholder page for Project settings.</p>
45-
</div>
46-
</div>
47-
{% endblock %}
38+

0 commit comments

Comments
 (0)