mirror of
https://github.com/aykhans/series-robot-web.git
synced 2025-09-08 15:30:43 +00:00
Added UpdateSeriesView, DeleteSeriesView
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
|
||||
<form enctype="multipart/form-data" method="POST">
|
||||
{% csrf_token %}
|
||||
{{form.media}}
|
||||
{{form|crispy}}
|
||||
<style>
|
||||
.btn:hover {
|
||||
|
@@ -8,7 +8,6 @@
|
||||
|
||||
<form enctype="multipart/form-data" method="POST">
|
||||
{% csrf_token %}
|
||||
{{form.media}}
|
||||
{{form|crispy}}
|
||||
<style>
|
||||
.btn:hover {
|
||||
@@ -16,7 +15,7 @@
|
||||
color: #0069D9;
|
||||
}
|
||||
</style>
|
||||
<input type="submit" value="Update Profile" class="btn btn-primary mt-3 mb-5">
|
||||
<input type="submit" value="Save" class="btn btn-primary mt-3 mb-5">
|
||||
</form>
|
||||
|
||||
{% endblock content %}
|
||||
|
@@ -9,7 +9,6 @@
|
||||
|
||||
<form method="POST">
|
||||
{% csrf_token %}
|
||||
{{form.media}}
|
||||
{{form|crispy}}
|
||||
<a href="https://imdb-api.com/Identity/Account/Register">Get API Key</a><br>
|
||||
<style>
|
||||
|
Reference in New Issue
Block a user