Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
roniahmadi committed Jul 9, 2024
1 parent eed21f4 commit 6d35f3c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions frontend/templates/privacyandpolicy.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{% extends 'layout.html' %} {% load static %} {% block content %}
{% extends 'layout.html' %}
{% load static %}
{% block content %}

<div class="container p-4 h-full">
<div class="container p-4">
<div class="">
<div class="grid grid-cols-1 gap-1 shadow-lg pb-2 border rounded-lg p-3">
<div className="border rounded-lg p-1">
Expand Down
2 changes: 1 addition & 1 deletion frontend/templates/termofservice.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'layout.html' %} {% load static %} {% block content %}

<div class="container p-4 h-full">
<div class="container p-4">
<div class="">
<div class="grid grid-cols-1 gap-1 shadow-lg pb-2 border rounded-lg p-3">
<h1>Website Terms and Conditions of Use</h1>
Expand Down

0 comments on commit 6d35f3c

Please sign in to comment.