Skip to content

Commit

Permalink
Moving to .ru domain (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
fng3r authored Aug 14, 2024
1 parent 8c93410 commit 2c32cc6
Show file tree
Hide file tree
Showing 19 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# haxball
Blog-site with social component and tables for creating haxball championships
[cis-haxball](https://cis-haxball.com/)
[cis-haxball](https://cis-haxball.ru/)

## Запуск проекта

Expand Down
2 changes: 1 addition & 1 deletion haxball_site/templates/core/fastcups/fastcups_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

{% endblock %}

{% block title %}Фасткапы cis-haxball.com{% endblock %}
{% block title %}Фасткапы — CIS-HAXBALL {% endblock %}

{% block postlist %}
<div class="card my-2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<script type="text/javascript" src="{% static "core/js/like-dislike.js" %}"></script>

{% endblock %}
{% block title %} Форум | {{ category }} cis-haxball.com{% endblock %}
{% block title %} Форум | {{ category }} — CIS-HAXBALL {% endblock %}

{% block postlist %}
<div class="card my-2"
Expand Down
2 changes: 1 addition & 1 deletion haxball_site/templates/core/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{% load i18n %}
{% load user_tags %}
{% load polls_extras %}
{% block title %}Добро пожаловать на cis-haxball.com! {% endblock %}
{% block title %}Добро пожаловать на CIS-HAXBALL! {% endblock %}

{% block styles %}
<link rel="stylesheet" type="text/css" href="{% static "core/core.css" %}">
Expand Down
2 changes: 1 addition & 1 deletion haxball_site/templates/core/post/all_posts_list.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends "core/home.html" %}
{% load static %}

{% block title %} Все новости cis-haxball.com {% endblock %}
{% block title %} Все новости — CIS-HAXBALL {% endblock %}

{% block scripts %}

Expand Down
2 changes: 1 addition & 1 deletion haxball_site/templates/core/post/detail.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends "core/home.html" %}

{% block title %}
{{ post.title }} cis-haxball.com
{{ post.title }} — CIS-HAXBALL
{% endblock %}
{% load static %}
{% load user_tags %}
Expand Down
2 changes: 1 addition & 1 deletion haxball_site/templates/core/profile/profile_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</script>
{% endblock %}

{% block title %}Профиль {{ profile.name }} cis-haxball.com {% endblock %}
{% block title %}Профиль {{ profile.name }} — CIS-HAXBALL {% endblock %}

{% block profile_of_user %}
<div class="card mt-2">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@

{% endblock %}

{% block title %}Турниры cis-haxball.com{% endblock %}
{% block title %}Турниры — CIS-HAXBALL {% endblock %}

{% block postlist %}
<div class="card my-2"
Expand Down
2 changes: 1 addition & 1 deletion haxball_site/templates/reservation/replays_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


{% endblock %}
{% block title %}Чемпионат | Реплеи cis-haxball.com {% endblock %}
{% block title %}Чемпионат | Реплеи — CIS-HAXBALL {% endblock %}

{% block profile_of_user %}

Expand Down
2 changes: 1 addition & 1 deletion haxball_site/templates/reservation/reservation_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{% endblock %}


{% block title %}Чемпионат | Бронь хоста cis-haxball.com {% endblock %}
{% block title %}Чемпионат | Бронь хоста — CIS-HAXBALL {% endblock %}
{% block profile_of_user %}
<div class="card mb-2 mt-2" style="border-radius: 10px">
<h2 class="text-center my-2"><i class="fa fa-th text-warning" aria-hidden="true"></i>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
}
</script>
{% endblock %}
{% block title %}Чемпионат | Свободные агенты cis-haxball.com {% endblock %}
{% block title %}Чемпионат | Свободные агенты — CIS-HAXBALL {% endblock %}
{% block profile_of_user %}
<div class="card mb-2 mt-2" style="border-radius: 10px">
<h2 class="text-center my-2"><i class="fa fa-search-plus text-success" aria-hidden="true"></i>
Expand Down
2 changes: 1 addition & 1 deletion haxball_site/templates/tournament/hall_of_fame.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% load cache %}
{% load tournament_extras %}

{% block title %}Чемпионат | Зал славы cis-haxball.com {% endblock %}
{% block title %}Чемпионат | Зал славы — CIS-HAXBALL {% endblock %}
{% block profile_of_user %}
{% cache 3600 hall_of_fame_cache %}

Expand Down
2 changes: 1 addition & 1 deletion haxball_site/templates/tournament/match/detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<!-- Аякс-скрипт проставления лайков-дизлайков к постам -->
<script type="text/javascript" src="{% static "core/js/like-dislike.js" %}"></script>
{% endblock %}
{% block title %}Чемпионат | {{ match }} cis-haxball.com {% endblock %}
{% block title %}Чемпионат | {{ match }} — CIS-HAXBALL {% endblock %}

{% block profile_of_user %}
<div class="card mb-4 mt-2" style="border-radius: 25px">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<link rel="stylesheet" type="text/css" href="{% static 'tournament/postponements/postponements.css' %}">
{% endblock %}

{% block title %}Чемпионат | Переносы cis-haxball.com {% endblock %}
{% block title %}Чемпионат | Переносы — CIS-HAXBALL {% endblock %}

{% block profile_of_user %}
<div class="card mb-2 mt-2" style="border-radius: 10px; max-height: 700px;">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{% block scripts %}
<script type="text/javascript" src="{% static "core/js/like-dislike.js" %}"></script>
{% endblock %}
{% block title %}Чемпионат | {{ league.title }} cis-haxball.com {% endblock %}
{% block title %}Чемпионат | {{ league.title }} — CIS-HAXBALL {% endblock %}
{% block profile_of_user %}
{% cache 900 champ_table league.id %}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends "core/home.html" %}
{% load static %}
{% load tournament_extras %}
{% block title %}Чемпионат | Рейтинг команд cis-haxball.com {% endblock %}
{% block title %}Чемпионат | Рейтинг команд — CIS-HAXBALL {% endblock %}
{% block profile_of_user %}
<div class="card mb-4 mt-2" style="border-radius: 25px">

Expand Down
2 changes: 1 addition & 1 deletion haxball_site/templates/tournament/teams/edit_team.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

{% endblock %}

{% block title %}Чемпионат | Редактировать команду {{ team.title }} cis-haxball.com {% endblock %}
{% block title %}Чемпионат | Редактировать команду {{ team.title }} — CIS-HAXBALL {% endblock %}
{% block profile_of_user %}
{% if user.is_authenticated %}

Expand Down
2 changes: 1 addition & 1 deletion haxball_site/templates/tournament/teams/team_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
</script>
{% endblock %}
{% block title %}Чемпионат | Команда {{ team.title }} cis-haxball.com {% endblock %}
{% block title %}Чемпионат | Команда {{ team.title }} — CIS-HAXBALL {% endblock %}

{% block profile_of_user %}

Expand Down
2 changes: 1 addition & 1 deletion haxball_site/templates/tournament/teams/teams_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
{% load static %}
{% load tournament_extras %}

{% block title %}Чемпионат | Команды cis-haxball.com {% endblock %}
{% block title %}Чемпионат | Команды — CIS-HAXBALL {% endblock %}
{% block profile_of_user %}
<div class="card mb-4 mt-2" style="border-radius: 25px">
<div class="card-header" style="border-radius: 25px">
Expand Down

0 comments on commit 2c32cc6

Please sign in to comment.