update template names in readme
This commit is contained in:
parent
733028e4b7
commit
71f6dc85bf
|
@ -77,9 +77,9 @@ Add a new camp in the admin interface and run `
|
||||||
or go through the manuel process below:
|
or go through the manuel process below:
|
||||||
|
|
||||||
* Add a new camp in the admin interface.
|
* Add a new camp in the admin interface.
|
||||||
* Add a sponsers page, `{camp-slug}-sponsors.html`, to `sponsors/templates`.
|
* Add a sponsers page, `{camp-slug}_sponsors.html`, to `sponsors/templates`.
|
||||||
* Add a frontpage, `{camp-slug}-camp_detail.html`, to `camps/templates`.
|
* Add a frontpage, `{camp-slug}_camp_detail.html`, to `camps/templates`.
|
||||||
* Add a call for speakers page, `{camp-slug}-call_for_speakers.html`, to `program/templates`.
|
* Add a call for speakers page, `{camp-slug}_call_for_speakers.html`, to `program/templates`.
|
||||||
* Create `static_src/img/{camp-slug}/logo` and add two logos:
|
* Create `static_src/img/{camp-slug}/logo` and add two logos:
|
||||||
* `{camp-slug}-logo-large.png`
|
* `{camp-slug}-logo-large.png`
|
||||||
* `{camp-slug}-logo-small.png`
|
* `{camp-slug}-logo-small.png`
|
||||||
|
|
Loading…
Reference in a new issue