Skip to content

Commit

Permalink
fixed syntax error in markup
Browse files Browse the repository at this point in the history
  • Loading branch information
dhedegaard committed Jan 29, 2018
1 parent 21f1426 commit adcef73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion urls/templates/base.html
Expand Up @@ -8,7 +8,7 @@
<link rel="shortcut icon" href="{% static 'favicon.ico' %}" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css" rel="stylesheet">
<link href=https://fonts.googleapis.com/css?family=Ubuntu:400,700' rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Ubuntu:400,700" rel='stylesheet' type='text/css'>
<link href="{% static 'style.css' %}" rel="stylesheet" type="text/css"/>
<title>Redirects{% if title %} - {{ title }}{% endif %}</title>
</head>
Expand Down

0 comments on commit adcef73

Please sign in to comment.