Use common logic in mocks, add dispatch mock
This commit is contained in:
parent
62dbfb3ebc
commit
3a8d6395d7
31 changed files with 671 additions and 291 deletions
|
|
@ -1,7 +1,8 @@
|
|||
{{template "base.html" .}}
|
||||
|
||||
{{define "title"}}Dash{{end}}
|
||||
{{define "style"}}
|
||||
{{define "extraheader"}}
|
||||
<style>
|
||||
.district-logo {
|
||||
max-height: 80px;
|
||||
width: auto;
|
||||
|
|
@ -85,6 +86,7 @@
|
|||
color: #6c757d;
|
||||
margin-bottom: 2px;
|
||||
}
|
||||
</style>
|
||||
{{end}}
|
||||
{{define "content"}}
|
||||
<!-- Header -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue