Skip to content
This repository has been archived by the owner on Jul 11, 2019. It is now read-only.

Commit

Permalink
add donate link, remove snippets link
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Apr 26, 2018
1 parent 5596217 commit e32763b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flask_website/templates/layout.html
Expand Up @@ -15,8 +15,8 @@ <h1><span>{{ self.title() }}</span></h1>
<a href="{{ url_for('general.index') }}">overview</a> //
<a href="{{ url_for('docs.index') }}">docs</a> //
<a href="{{ url_for('community.index') }}">community</a> //
<a href="{{ url_for('snippets.index') }}">snippets</a> //
<a href="{{ url_for('extensions.index') }}">extensions</a>
<a href="{{ url_for('extensions.index') }}">extensions</a> //
<a href="https://psfmember.org/civicrm/contribute/transact?reset=1&id=20">donate</a>
{% for message in get_flashed_messages() %}
<p class=message>{{ message }}
{% endfor %}
Expand Down

0 comments on commit e32763b

Please sign in to comment.