Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions home/templates/home/welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h2 class="card-title">Welcome! 👋</h2>
<p class="card-text">You have 0 projects. To get started, please follow these steps:
<ul>
<li>
Navigate to the <a href="{% url 'organisation_create' %}">Organisation Dashboard</a>
Navigate to the <a href="{% url 'myorganisation' %}">Organisation Dashboard</a>
</li>
<li>
Create a project
Expand All @@ -38,7 +38,7 @@ <h2 class="card-title">Welcome! 👋</h2>
{% endif %}
<p class="card-text">
👉 Head to the
<a href="{% url 'organisation_create' %}">
<a href="{% url 'myorganisation' %}">
<strong><i class="bx bxs-buildings"></i> Organisation Dashboard</strong></a>
to manage your projects, send surveys, and review responses.
</p>
Expand Down
Loading