Skip to content

Commit

Permalink
Template clean-up, removed use of CDNs
Browse files Browse the repository at this point in the history
  • Loading branch information
bazadactyl committed Jun 1, 2017
1 parent 52361f5 commit 5882088
Show file tree
Hide file tree
Showing 7 changed files with 19,401 additions and 40 deletions.
2 changes: 1 addition & 1 deletion src/problems/templates/problems/problem.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{% block body %}
<div class="jumbotron">
<div class="container">
<meta name="problemID" content="1">
<meta name="problemID" content="problem{{ problem.id }}">
<h1>
{% block problem_name %}
Problem Title Goes Here
Expand Down
8 changes: 7 additions & 1 deletion src/problems/templates/problems/problem_1.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{% extends "problems/problem.html" %}

{% block problem_name %}{{ problem.name }}{% endblock %}
{% block page_title %}
{{ problem.name }} | Project Lovelace
{% endblock %}

{% block problem_name %}
{{ problem.name }}
{% endblock %}

{% block required %}
<p><b>Required math</b>: Required Math Goes Here.</p>
Expand Down
Loading

0 comments on commit 5882088

Please sign in to comment.