Skip to content
Commits on Source (7)
......@@ -204,6 +204,7 @@ CREATE TABLE election_votes (
treasurer text,
secretary text,
publicity text,
gaming text,
ipaddress text
);
 
......
......@@ -22,7 +22,7 @@
</ul>
<p>
To view the stream in an external media player <em>(e.g VLC)</em>
<a href="../Community/Stream/External">Click Here for instructions</a><em><br /></em></p>
<p>All streams are currently FLV format. If you have any problems, please read the <a href="../Community/Stream/FAQ">FAQ</a></p>
<a href="../Stream/External">Click Here for instructions</a><em><br /></em></p>
<p>All streams are currently FLV format. If you have any problems, please read the <a href="../Stream/FAQ">FAQ</a></p>
<ul>
</ul>
\ No newline at end of file
......@@ -25,8 +25,7 @@
{if $member.website }
<dt>Website</dt>
<dd>
<a href="http://sucs.org/~{$member.uid|escape:'url'}/">http://sucs.org/~{$member.uid|escape:'url'}
/</a></dd>
<a href="http://sucs.org/~{$member.uid|escape:'url'}/">http://sucs.org/~{$member.uid|escape:'url'}/</a></dd>
{/if}
{if isset($member.project) }
<dt>Project</dt>
......