Update templates/menu.html
Browse files- templates/menu.html +1 -1
    	
        templates/menu.html
    CHANGED
    
    | @@ -442,7 +442,7 @@ form-check-input addon-option{ | |
| 442 | 
             
            {% if selected_category == "Customized Dish" %}
         | 
| 443 | 
             
                <div id="custom-dish-form" class="mt-4">
         | 
| 444 | 
             
                    <h3>Create Your Custom Dish</h3>
         | 
| 445 | 
            -
                    <form method="POST" action="/generate_custom_dish">
         | 
| 446 | 
             
                        <div class="mb-3">
         | 
| 447 | 
             
                            <label for="custom-dish-name" class="form-label">Dish Name</label>
         | 
| 448 | 
             
                            <input type="text" class="form-control" id="custom-dish-name" name="name" required>
         | 
|  | |
| 442 | 
             
            {% if selected_category == "Customized Dish" %}
         | 
| 443 | 
             
                <div id="custom-dish-form" class="mt-4">
         | 
| 444 | 
             
                    <h3>Create Your Custom Dish</h3>
         | 
| 445 | 
            +
                    <form method="POST" action="/customdish/generate_custom_dish">
         | 
| 446 | 
             
                        <div class="mb-3">
         | 
| 447 | 
             
                            <label for="custom-dish-name" class="form-label">Dish Name</label>
         | 
| 448 | 
             
                            <input type="text" class="form-control" id="custom-dish-name" name="name" required>
         |