From 71f6dc85bfbddfde000b8a3717ac9a85faa7e564 Mon Sep 17 00:00:00 2001 From: Stephan Telling Date: Sun, 4 Jun 2017 13:12:05 +0200 Subject: [PATCH] update template names in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d706595a..325c8d81 100644 --- a/README.md +++ b/README.md @@ -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`