Skip to content

Commit

Permalink
finalization
Browse files Browse the repository at this point in the history
  • Loading branch information
Billy Sudarsono authored and Billy Sudarsono committed May 9, 2023
1 parent 00d6c73 commit fa16d78
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
8 changes: 1 addition & 7 deletions templates/dashboard_varieties/edit_report.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
{% extends "base.html" %}
{% load static %}

<!-- <h1>Edit Report Status</h1> -->
<!-- <form action="" method="post">{% csrf_token %}
{{ form.as_p }}
<input type="submit" value="Update Status">
</form> -->

{% block content %}

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
Expand Down
20 changes: 0 additions & 20 deletions templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,6 @@
{% load static %}
{% block content %}

<!-- <div class="container py-5">
<h1>Login</h1>
<form method="POST">
{% csrf_token %}
{{ login_form | crispy }}
<button class="btn btn-primary" type="submit">Login</button>
<a href="{% url 'password_reset' %}">I forgot my password</a>
</form>
</div>
{% for message in messages %}
<div class="{{ message.tags }}">
{% if 'safe' in message.tags %}
<p>{{ message|safe }}</p>
{% else %}
<p>{{ message }}</p>
{% endif %}
</div>
{% endfor %} -->

<!DOCTYPE html>
<html lang="en">

Expand Down

0 comments on commit fa16d78

Please sign in to comment.