File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,10 @@ body {
18
18
background-attachment : fixed;
19
19
}
20
20
21
+ a {
22
+ text-decoration : none;
23
+ }
24
+
21
25
.large {
22
26
font-size : 3rem ;
23
27
}
Original file line number Diff line number Diff line change @@ -25,16 +25,16 @@ <h1 class="heading">My Top 10 Movies</h1>
25
25
< p class ="review "> "{{ movie.review }}"</ p >
26
26
< p class ="overview "> {{ movie.description }}</ p >
27
27
28
- < a href ="{{ url_for('rate_movie', id=movie.id) }} " class ="button "> Update</ a >
29
- < a href ="{{ url_for('delete_movie', id=movie.id) }} " class ="button delete-button "> Delete</ a >
28
+ < a href ="# " class ="button "> Update</ a >
29
+ < a href ="# " class ="button delete-button "> Delete</ a >
30
30
31
31
</ div >
32
32
</ div >
33
33
</ div >
34
34
{% endfor %}
35
35
</ div >
36
36
< div class ="container text-center add ">
37
- < a href ="{{ url_for('add_movie') }} " class ="button "> Add Movie</ a >
37
+ < a href ="# " class ="button "> Add Movie</ a >
38
38
</ div >
39
39
40
40
{% endblock %}
You can’t perform that action at this time.
0 commit comments