Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelRobidas committed Jun 24, 2024
1 parent 8209e48 commit a6609fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/templates/registration/register.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{% block extrahead %}
<title>Register for free</title>
<meta name="description" content="Register for a free account on CalcUS Cloud, the computational chemistry web platform. Get free compute time every month to run quantum calculations with open-source software.">
<link rel="canonical" href="{% url 'register' %}" />
<link rel="canonical" href="{% url 'frontend:register' %}" />

<link rel="stylesheet" href="{% static 'frontend/uis/jquery-ui-1.11.4.css' %}" type="text/css" />
<script src="{% static 'frontend/jquery.min.js' %}"></script>
Expand Down

0 comments on commit a6609fc

Please sign in to comment.