Skip to content

Commit

Permalink
Update fixtures.
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamadkhalaj committed Oct 8, 2023
1 parent 7794cb1 commit 1d40ad5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions boostan/api/fixtures/tags.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
"pk": 1,
"fields": {
"name": "site_description_meta_tag",
"value": "سامانه رزرو غذای دانشگاه بین المللی امام خمینی قزوین | بوستان بینول بات"
"value": "سامانه رزرو غذای دانشگاه بین المللی امام خمینی قزوین | فودینول"
}
},
{
"model": "api.templatetags",
"pk": 2,
"fields": {
"name": "site_title",
"value": "بینول بات | بوستان"
"value": "فودینول"
}
},
{
"model": "api.templatetags",
"pk": 3,
"fields": {
"name": "login_page_title",
"value": "بینول بات"
"value": "فودینول"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion boostan/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ button {
}

.input-password {
padding-right: calc(1.5em + 0.75rem);
/* padding-right: calc(1.5em + 0.75rem); */
background-repeat: no-repeat;
background-position: right calc(0.375em + 0.1875rem) center;
background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
Expand Down
2 changes: 1 addition & 1 deletion boostan/templates/pages/food.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h3 class="mb-5 login-title">{% login_page_title %}</h3>
<div class="form-outline mb-4">
<label class="form-label" for="student_password">{% login_password_text %}</label>
<div>
<input type="password" id="student_password" spellcheck="false" autocapitalize="off" autocorrect="off" name="student_password" autocomplete="student_password" class="form-control form-control-lg input-password" style="text-align: left;" required>
<input type="password" id="student_password" spellcheck="false" autocapitalize="off" autocorrect="off" name="student_password" autocomplete="student_password" class="form-control form-control-lg input-password" style="text-align: center;" required>
<div id="toggle-password"></div>
{% csrf_token %}
</div>
Expand Down

0 comments on commit 1d40ad5

Please sign in to comment.