You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Discover the perfect spots to enjoy a great cup of coffee while you work away on your laptop. The listed coffee shops offers comfortable seating, convenient charging stations, and free Wi-Fi, ensuring a productive ambiance without the need to ask for a password. Whether you're meeting deadlines or just taking a moment to relax, find your next work-friendly café with ease.
9
+
</p>
10
+
<divclass="row mt-4">
11
+
{% for coffee in all_cafes %}
12
+
<divclass="col-md-3 mb-4"><!-- Add mb-4 for margin bottom -->
{%block title%} Suggest a Coffee Shop {%endblock%}
3
+
{% block content%}
4
+
<divclass = "container mt-4">
5
+
<h1>Remove a Listing from Our Coffee Shop Directory</h1>
6
+
<p>If you're uncertain about the coffee shop's ID, please refer to the <ahref="{{url_for('coffee_shops')}}">Coffee Shops</a> section of this website. Below, an image is provided to illustrate where you can locate the ID on each shop's information card.</p>
7
+
<divclass = "row">
8
+
<divclass = "col-md-6">
9
+
<formmethod="post">
10
+
Please introduce the id of the coffee shop that you would like to delete: <br>
11
+
<inputclass = "mt-2" coffee_id="coffee_id" name = "coffee_id"><br>
Thank you for your contribution to our community!<b>"{{coffee_name}}"</b> has been successfully removed from our listings. Your input helps us keep our information up-to-date and relevant. If there's anything else you'd like to do, here are a few suggestions:</p>
8
+
<ul>
9
+
<li><ahref="{{url_for('home')}}">Return to the Homepage</a></li>
10
+
<li><ahref="{{url_for('coffee_shops')}}">View More Coffee Shops</a></li>
11
+
<li><ahref="{{url_for('suggest_coffee')}}">Add Another Coffee Shop</a></li>
12
+
</ul>
13
+
<p>We appreciate your help in making our community better!</p>
Welcome to MochaMaps, where every sip comes with a story. Created by a band of coffee enthusiasts, MochaMaps is a tribute to coffee culture around the globe. Our mission is simple: to connect coffee lovers with the perfect café experience. As we journeyed from city to city, we found ourselves documenting every aspect of the coffee shops we visited – from the richness of the roast to the comfort of the seating. MochaMaps evolved from a personal quest to a shared resource for discovering unique coffee spots that cater not just to your taste buds but also to your need for a welcoming space to relax, work, or meet friends.
14
+
</p>
15
+
</div>
16
+
<divclass = "col-md-6 mt-4">
17
+
<p>
18
+
We believe that a great coffee shop is more than just a place to grab a caffeine fix; it's a hub of community, creativity, and connection. Each entry on MochaMaps is handpicked for its character, quality, and the little extras that make a café stand out from the crowd. Whether you're in search of the quiet corner with the best Wi-Fi, or the bustling spot with space for friends, MochaMaps is your compass to finding the perfect place to fuel your day and indulge your love for coffee. Join our community of café hunters, and let MochaMaps guide you to your next coffee adventure.
Thank you for your contribution to our community!<b>"{{new_coffee_name}}"</b> has been successfully added from our listings. Your input helps us keep our information up-to-date and relevant. If there's anything else you'd like to do, here are a few suggestions:</p>
8
+
<ul>
9
+
<li><ahref="{{url_for('home')}}">Return to the Homepage</a></li>
10
+
<li><ahref="{{url_for('coffee_shops')}}">View More Coffee Shops</a></li>
11
+
<li><ahref="{{url_for('suggest_coffee')}}">Add Another Coffee Shop</a></li>
12
+
</ul>
13
+
<p>We appreciate your help in making our community better!</p>
0 commit comments