mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-10 00:42:06 +00:00
Fix links to news and events submissions
This commit is contained in:
@ -107,7 +107,7 @@ database user and developer.
|
||||
<a href="/about/newsarchive" title="More News">More</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{master_server}/about/submitnews">Submit News</a>
|
||||
<a href="/account/news/new/">Submit News</a>
|
||||
</li>
|
||||
<li class="last-child">
|
||||
<a href="/news.rss" title="News RSS Feed"><img class="pgRSSImage" src="/media/img/misc/ico_rss.png" width="28" height="13" alt="News RSS Feed" /></a>
|
||||
@ -179,7 +179,7 @@ database user and developer.
|
||||
<a href="/about/eventarchive" title="More Events">More</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="{master_server}/about/submitevent">Submit Event</a>
|
||||
<a href="/account/events/new/">Submit Event</a>
|
||||
</li>
|
||||
<li class="last-child">
|
||||
<a href="/events.rss" title="Events RSS Feed"><img class="pgRSSImage" src="/media/img/misc/ico_rss.png" width="28" height="13" alt="Events RSS Feed" /></a>
|
||||
|
Reference in New Issue
Block a user