Skip to content

Commit

Permalink
edits for module 7
Browse files Browse the repository at this point in the history
  • Loading branch information
robgaston committed Oct 12, 2018
1 parent 00d665e commit 51ce70a
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions slides/10-module-07.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,11 @@ In the mapboxgl binding handler:

---

## Template Header Config Form

`/templates/views/components/reports/address-report.htm`
### Template Header Config Form

1. Add the icon parameter to your templates select2Query binding handler
2. Add more icon options to the select2 config
- `/templates/views/components/reports/address-report.htm`
1. Add the icon parameter to your templates select2Query binding handler
2. Add more icon options to the select2 config

```html
{% block header_form %}
Expand Down Expand Up @@ -237,10 +236,10 @@ self.icon.subscribe(function(icon) {

## Register our Report

- To register your report template with Arches, run the following:

```bash
$(env) python manage.py report register -s arches_dev_training/reports/address-report.json
```

---

## Now we can assign our report to our resource model
- Now we can assign our report to the Person resource model

0 comments on commit 51ce70a

Please sign in to comment.