Skip to content

Commit

Permalink
Add title to Registry
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyunar committed Jan 26, 2025
1 parent fa8c31c commit 995194a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions registry/templates/registry/registry.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{% extends 'theme/base.html' %}
{% load static i18n %}

{% block title %}{% trans "Registry" %}{% endblock %}


{% block content %}
<div class="flex flex-col min-h-screen">
<div class="w-screen flex flex-col justify-end items-center px-5 md:px-12 py-12">
Expand Down

0 comments on commit 995194a

Please sign in to comment.