Commit 4179f0f
Fix NoReverseMatch error by removing non-existent compliance certification references
**Problem:** Project detail page crashed with NoReverseMatch error when trying to
reverse 'compliance_certification' URL that doesn't exist.
**Root Cause:** I mistakenly added UI for a compliance certification feature that
doesn't exist in this codebase. The template referenced a URL pattern and the view
tried to import a model that was never created.
**Fix:**
- Remove compliance certification section from project detail template
- Remove ProjectComplianceCertification import from views.py
- Remove compliance certification context code from ProjectDetailView.get_context_data()
**Testing:** All ProjectDetailView tests pass (4/4).
This was an error on my part - I should not have added UI for a non-existent feature.
🤖 Generated with [Claude Code](https://claude.ai/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 71f3b66 commit 4179f0f
File tree
2 files changed
+0
-33
lines changed- wafer_space
- projects
- templates/projects
2 files changed
+0
-33
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
| |||
125 | 124 | | |
126 | 125 | | |
127 | 126 | | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | 127 | | |
136 | 128 | | |
137 | 129 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | 51 | | |
77 | 52 | | |
78 | 53 | | |
| |||
0 commit comments