Interface rebrand CQTU FM 2019!

py3
Sebastian Lohff 5 years ago committed by root
parent e358da596b
commit df02a28776

@ -27,7 +27,7 @@ from contest.views import index, register, profile
urlpatterns = [
url('^$', index, name="index"),
url('^cqtufm2017/', include('contest.urls', namespace='contest')),
url('^cqtufm2019/', include('contest.urls', namespace='contest')),
url(r'^admin/', admin.site.urls),
url(r'^login/$', auth_views.login, name='login'),

@ -10,7 +10,7 @@
<link rel="icon" href="/favicon.ico">
{% load staticfiles %}
<title>CQTUFM2017 - CQ TU FM Contest 2017</title>
<title>CQTUFM2019 - CQ TU FM Contest 2019</title>
<!-- Bootstrap core CSS -->
<link href="{% static "css/bootstrap.min.css" %}" rel="stylesheet">
@ -35,7 +35,7 @@
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="{% url "index" %}">CQ TU FM 2017</a>
<a class="navbar-brand" href="{% url "index" %}">CQ TU FM 2019</a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
@ -88,7 +88,7 @@
<footer class="footer">
<div class="container">
<p class="text-muted">CQ TU FM 2017, a <a href="http://dk0tu.de/">DK0TU</a> product</p>
<p class="text-muted">CQ TU FM 2019, a <a href="http://dk0tu.de/">DK0TU</a> product</p>
</div>
</footer>

@ -6,7 +6,7 @@
<div class="row">
<div class="col-sm-12">
<p class="lead">Hello and welcome to the 2nd DK0TU CQ TU contest, the CQ TU 2107!</p>
<p class="lead">Hello and welcome to the 4th DK0TU CQ TU contest, the CQ TU 2019!</p>
</div>
</div>

Loading…
Cancel
Save