Skip to content
Snippets Groups Projects
Commit 69878cdc authored by Todd Dembrey's avatar Todd Dembrey
Browse files

Point people who land on the dashboard at the submissions

parent ed098af9
No related branches found
No related tags found
No related merge requests found
{% extends "base-apply.html" %}
{% block title %}OTF Dashboard{% endblock %}
{% block content %}
<div class="wrapper wrapper--breakout wrapper--admin">
<div class="wrapper wrapper--large wrapper--search">
{% block page_header %}
<div>
<h3 class="heading heading--no-margin">Dashboard</h3>
<h5>There is nothing here yet.</h5>
<a class="link--underlined" href="{% url "funds:submissions" %}">View all submissions</a>
</div>
{% endblock %}
</div>
</div>
{% endblock %}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment