moving logs
This commit is contained in:
		
							parent
							
								
									561eeec3a6
								
							
						
					
					
						commit
						122390491f
					
				
					 4 changed files with 9 additions and 9 deletions
				
			
		| 
						 | 
				
			
			@ -29,7 +29,7 @@ Fill out now!
 | 
			
		|||
 | 
			
		||||
> If you need to fill out a camp health form, please do so [here](/camp-health-form).
 | 
			
		||||
 | 
			
		||||
> If you need to pay for your camp form, pay for registration ($85) [here](https://secure.myvanco.com/L-Z772/campaign/C-13JPJ) or pay for the full price ($185) [here](https://secure.myvanco.com/L-Z772/campaign/C-13JQE).
 | 
			
		||||
> If you need to pay for your camp form, pay for registration ($100) [here](https://secure.myvanco.com/L-Z772/campaign/C-13JPJ) or pay for the full price ($200) [here](https://secure.myvanco.com/L-Z772/campaign/C-13JQE).
 | 
			
		||||
 | 
			
		||||
{{< pt src="https://videos.tfcconnection.org/videos/embed/0e6378c4-bb58-4fb1-8edf-72b73efc5ad2" >}}
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -15,7 +15,7 @@ We hope you are as excited about camp as we are! If there is anything we can do
 | 
			
		|||
 | 
			
		||||
## Dates
 | 
			
		||||
- Week 1 - July 21 - July 25 
 | 
			
		||||
- Week 2 - July 28 - Aug 1
 | 
			
		||||
- ~~Week 2 - July 28 - Aug 1~~ Week 2 is filled, if you can't go week 1 we may put you on a waiting list, but there is not guarantee you'll get in.
 | 
			
		||||
 | 
			
		||||
## Cost
 | 
			
		||||
We have an early bird registration, so if you register by certain dates, you'll save some money!
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -146,11 +146,11 @@
 | 
			
		|||
        <input type="text" id="allergies" name="allergies"
 | 
			
		||||
               class="basis-full form-input {{ $formClasses }}">
 | 
			
		||||
 | 
			
		||||
        <label for="week" class="basis-full">My Camp Plan (The first week is filled, so if you'd like to be on a waiting list, you'll have to check the second option.)<span class='inline-block text-[#f39] text-sm align-sub'>* required</span></label>
 | 
			
		||||
        <label for="week" class="basis-full">My Camp Plan, week 2 is filled. We can have a waiting list for week 2 in case that's the only week you can go, but you may not get in <span class='inline-block text-[#f39] text-sm align-sub'>* required</span></label>
 | 
			
		||||
        <select id="week" name="week" class="flex-auto form-select {{ $formClasses }}">
 | 
			
		||||
            <option value="week1">Week 1: July 21-25</option>
 | 
			
		||||
            <option value="week2">Week 2: July 28-Aug 1</option>
 | 
			
		||||
            <!-- <option value="waiting-list">Week 2: July 29-Aug 2, but on a waiting list for week 1</option> -->
 | 
			
		||||
            <!-- <option value="week2">Week 2: July 28-Aug 1</option> -->
 | 
			
		||||
            <option value="waiting-list">Week 1: July 21-25, but on a waiting list for week 2</option>  (The second week is filled, so if you'd like to be on a waiting list, you'll have to check this option.)
 | 
			
		||||
        </select> 
 | 
			
		||||
 | 
			
		||||
        <label for="shirt" class="basis-full">T-Shirt Size <span class='inline-block text-[#f39] text-sm'>all t-shirts are in adult sizes only</span></label>
 | 
			
		||||
| 
						 | 
				
			
			@ -200,21 +200,21 @@
 | 
			
		|||
            <input type="radio" value="now" id="registration" name="registration"
 | 
			
		||||
                   class="form-input {{ $formClasses }}" checked>
 | 
			
		||||
            <label for="registration" class="">
 | 
			
		||||
                Now - $85
 | 
			
		||||
                Now - $100
 | 
			
		||||
            </label>
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="basis-full">
 | 
			
		||||
            <input type="radio" value="full" id="registration" name="registration"
 | 
			
		||||
                   class="form-input {{ $formClasses }}">
 | 
			
		||||
            <label for="registration" class="">
 | 
			
		||||
                Full Cost - $185
 | 
			
		||||
                Full Cost - $200
 | 
			
		||||
            </label>
 | 
			
		||||
        </div>
 | 
			
		||||
        <div class="basis-full mb-4">
 | 
			
		||||
            <input type="radio" value="later" id="registration" name="registration"
 | 
			
		||||
                   class="form-input {{ $formClasses }}">
 | 
			
		||||
            <label for="registration" class="">
 | 
			
		||||
                Later - Send $85 or $185 to the TFC Office
 | 
			
		||||
                Later - Send $100 or $200 to the TFC Office
 | 
			
		||||
            </label>
 | 
			
		||||
        </div>
 | 
			
		||||
        <!-- For after early bird prices -->
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -49,7 +49,7 @@ async fn main() -> std::io::Result<()> {
 | 
			
		|||
        .rotation(Rotation::DAILY)
 | 
			
		||||
        .filename_prefix("api")
 | 
			
		||||
        .filename_suffix("log")
 | 
			
		||||
        .build("/tmp/tfcsite")
 | 
			
		||||
        .build("/storage/logs/tfcsite")
 | 
			
		||||
        .expect("Shouldn't");
 | 
			
		||||
 | 
			
		||||
    let filter = EnvFilter::builder()
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue