Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stade/core/templates/data/base.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% extends "base.html" %}
{% load static %}

{% block extra_head %}
{% load static %}
<link rel="stylesheet" href="{% static 'css/stade/data.css' %}" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@creativebulma/bulma-tooltip@1.2.0/dist/bulma-tooltip.min.css"
integrity="sha256-OdzWB7wl1AMkFaqhYBnoQJGUJMDAexXa44rXs/d2n4A=" crossorigin="anonymous">
Expand Down
5 changes: 3 additions & 2 deletions stade/core/templates/landing/2016/37.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{% extends "base.html" %} {% block content %}
{% load static %}
{% extends "base.html" %}
{% load static %}

{% block content %}
<section class="section container">
<div class="section-header">
<h1>{{ challenge.name }} Challenge - {{ task.name }} {% if challenge.locked %}
Expand Down
5 changes: 3 additions & 2 deletions stade/core/templates/landing/2016/38.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{% extends "base.html" %} {% block content %}
{% load static %}
{% extends "base.html" %}
{% load static %}

{% block content %}
<section class="section container">
<div class="section-header">
<h1>{{ challenge.name }} Challenge - {{ task.name }} {% if challenge.locked %}
Expand Down
5 changes: 3 additions & 2 deletions stade/core/templates/landing/2016/39.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{% extends "base.html" %} {% block content %}
{% load static %}
{% extends "base.html" %}
{% load static %}

{% block content %}
<section class="section container">
<div class="section-header">
<h1>{{ challenge.name }} Challenge - {{ task.name }} {% if challenge.locked %}
Expand Down
5 changes: 3 additions & 2 deletions stade/core/templates/landing/2016/40.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{% extends "base.html" %} {% block content %}
{% load static %}
{% extends "base.html" %}
{% load static %}

{% block content %}
<section class="section container">
<div class="section-header">
<h1>{{ challenge.name }} Challenge - {{ task.name }} {% if challenge.locked %}
Expand Down
5 changes: 3 additions & 2 deletions stade/core/templates/landing/2016/41.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{% extends "base.html" %} {% block content %}
{% load static %}
{% extends "base.html" %}
{% load static %}

{% block content %}
<section class="section container">
<div class="section-header">
<h1>{{ challenge.name }} Challenge - {{ task.name }} {% if challenge.locked %}
Expand Down
2 changes: 1 addition & 1 deletion stade/core/templates/landing/2017/42.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "base.html" %}

{% load static %}

{% block content %}
<section class="section container">
<div class="section-header">
Expand Down
2 changes: 1 addition & 1 deletion stade/core/templates/landing/2017/43.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "base.html" %}

{% load static %}

{% block content %}
<section class="section container">
<div class="section-header">
Expand Down
2 changes: 1 addition & 1 deletion stade/core/templates/landing/2017/44.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "base.html" %}

{% load static %}

{% block content %}
<section class="section container">
<div class="section-header">
Expand Down
2 changes: 1 addition & 1 deletion stade/core/templates/landing/2018/45.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "base.html" %}

{% load static %}

{% block content %}
<section class="section container">
<div class="section-header">
Expand Down
2 changes: 1 addition & 1 deletion stade/core/templates/landing/2018/46.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "base.html" %}

{% load static %}

{% block content %}
<section class="section container">
<div class="section-header">
Expand Down
2 changes: 1 addition & 1 deletion stade/core/templates/landing/2018/47.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "base.html" %}

{% load static %}

{% block content %}
<section class="section container">
<div class="section-header">
Expand Down
6 changes: 4 additions & 2 deletions stade/core/templates/landing/2018/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{% extends "base.html" %} {% block content %}
{% load static %}
{% extends "base.html" %}
{% load static %}

{% block content %}
<section class="section container">
<div class="section-header">
<h1>{{ challenge.name }} Challenge {% if challenge.locked %}[Closed]{% endif %}</h1>
Expand Down
6 changes: 4 additions & 2 deletions stade/core/templates/landing/live/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{% extends "base.html" %} {% block content %}
{% load static %}
{% extends "base.html" %}
{% load static %}

{% block content %}
<section class="section container">
<div class="section-header">
<h1>{{ challenge.name }} Challenge {% if challenge.locked %}[Closed]{% endif %}</h1>
Expand Down
2 changes: 2 additions & 0 deletions stade/core/templates/landing/milk10k/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{% extends "base.html" %}
{% load static %}

{% block content %}
<section class="section container">
<div class="section-header">
Expand Down
24 changes: 12 additions & 12 deletions stade/core/templates/terms-of-use.html

Large diffs are not rendered by default.