Skip to content

Commit

Permalink
Use site name variable (MITx Online) for page title (#1888)
Browse files Browse the repository at this point in the history
* Revert "Revert "Department REST API (#1877)" (#1882)"

This reverts commit c87bdc1.

* Use site name for title on index page template

* Revert "Revert "Revert "Department REST API (#1877)" (#1882)""

This reverts commit 38c6578.
  • Loading branch information
collinpreston authored Sep 14, 2023
1 parent 72b76c0 commit a7f0a6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% load render_bundle from webpack_loader %}

{% block headercontent %} {% endblock %}
{% block title %}{% trans "mitxonline" %}{% endblock %}
{% block title %}{{ site_name }}{% endblock %}

{% block content %}
<div id="container"></div>
Expand Down

0 comments on commit a7f0a6e

Please sign in to comment.