[guadec-web] Make the lunch price explicit again



commit d331bc45dd37dcaba0743ecb99d96c23495f68e0
Author: Rui Matos <tiagomatos gmail com>
Date:   Mon Jul 8 10:56:45 2013 +0200

    Make the lunch price explicit again
    
    Further feedback on IRC from several people makes it clear that 440 is
    ambiguous.

 wordcamp-base/registration-form.php |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/wordcamp-base/registration-form.php b/wordcamp-base/registration-form.php
index 4ff9d0c..3f311ab 100644
--- a/wordcamp-base/registration-form.php
+++ b/wordcamp-base/registration-form.php
@@ -66,7 +66,7 @@
   <h3 class="sub-section-title">Meals</h3>
   <input type=checkbox name=lunch <?php if ($reg->lunch) { echo 'checked=true'; } ?>/>
   I'll have lunch at the venue in the core days (Aug. 1 to 4)
-  <span style='float: right'>440 CZK</span>
+  <span style='float: right'>4×110 CZK</span>
   <span id=lunch_span style='display: none'>
     <br>
     <input type=checkbox name=vegetarian <?php if ($reg->vegetarian) { echo 'checked=true'; } ?>/>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]