update template names in readme

This commit is contained in:
Stephan Telling 2017-06-04 13:12:05 +02:00
parent 733028e4b7
commit 71f6dc85bf
No known key found for this signature in database
GPG Key ID: D4892289F36ADA9B
1 changed files with 3 additions and 3 deletions

View File

@ -77,9 +77,9 @@ Add a new camp in the admin interface and run `
or go through the manuel process below:
* Add a new camp in the admin interface.
* Add a sponsers page, `{camp-slug}-sponsors.html`, to `sponsors/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 sponsers page, `{camp-slug}_sponsors.html`, to `sponsors/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`.
* Create `static_src/img/{camp-slug}/logo` and add two logos:
* `{camp-slug}-logo-large.png`
* `{camp-slug}-logo-small.png`